Html Css Color HEX #76151F Red Berry

📋 copy color: '#76151F'

red 118 ◦ green 21 ◦ blue 31

#76151F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #76151F

Tints of Red Berry #76151F

RGB

 RED value IS 118 (46.48% from 255) = 69.41%

 GREEN value IS 21 (8.59% from 255) = 12.35%

 BLUE value IS 31 (12.5% from 255) = 18.24%

R = 69.41%
G = 12.35%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#76151F (or 0x76151F) is known color: Red Berry. HEX triplet: 76, 15 and 1F. RGB value is (118,21,31). Sum of RGB (Red+Green+Blue) = 118+21+31=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #76151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76151F is #89EAE0. Grayscale: #333333. Windows color (decimal): -9038561 or 2037110. OLE color: 2037110.

HSL color Cylindrical-coordinate representation of color #76151F: hue angle of 353.81º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76151F is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 21 31 -
CMYK 0 0.82 0.74 0.54
HSL 353.81º 0.7% 0.27% -
HSV(B) 353.81º 0.82% 0.46% -
XYZ 7.99 4.49 1.74 -
YUV 51.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 118 21 31 0 0.82 0.74 0.54 353.81 0.7 0.27
Hex 76 15 1F 0 52 4A 36 162 46 1B
Octal 166 25 37 0 122 112 66 542 106 33
Binary 1110110 10101 11111 0 1010010 1001010 110110 101100010 1000110 11011

Color Harmonies of #76151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76151F

Black with #76151F

Text Example


Text Example

White with #76151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76151F; }

 p { color: rgb(118,21,31); }

 H1.HeaderClassName
 {
   color: #76151F;
 }
 .AnyTagClassName
 {
   color: #76151F;
 }
</style>

background-color css

<style>
 a { background-color: #76151F; }

 a { background-color: rgb(118,21,31); }

 div.DivClassName
 {
   background-color: #76151F;
 }
 .BgClassName
 {
   background-color: #76151F;
 }
</style>

border-color css

<style>
 span { border-color: #76151F; }

 span { border-color: rgb(118,21,31); }

 td.TdClassName
 {
   border-color: #76151F;
 }
 .TagClassName
 {
   border-color: #76151F;
 }
</style>