Html Css Color HEX #76191F Red Berry

📋 copy color: '#76191F'

red 118 ◦ green 25 ◦ blue 31

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

Shades of Red Berry #76191F

Tints of Red Berry #76191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

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

R = 67.82%
G = 14.37%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76191F (or 0x76191F) is known color: Red Berry. HEX triplet: 76, 19 and 1F. RGB value is (118,25,31). Sum of RGB (Red+Green+Blue) = 118+25+31=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #76191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76191F is #89E6E0. Grayscale: #353535. Windows color (decimal): -9037537 or 2038134. OLE color: 2038134.

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

Color convert

RGB 118 25 31 -
CMYK 0 0.79 0.74 0.54
HSL 356.13º 0.65% 0.28% -
HSV(B) 356.13º 0.79% 0.46% -
XYZ 8.07 4.65 1.77 -
YUV 53.49 115.31 174.01 -
System Red Green Blue C M Y K H S L
Decimal 118 25 31 0 0.79 0.74 0.54 356.13 0.65 0.28
Hex 76 19 1F 0 4F 4A 36 164 41 1C
Octal 166 31 37 0 117 112 66 544 101 34
Binary 1110110 11001 11111 0 1001111 1001010 110110 101100100 1000001 11100

Color Harmonies of #76191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76191F

Black with #76191F

Text Example


Text Example

White with #76191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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