Html Css Color HEX #76191C Red Berry

📋 copy color: '#76191C'

red 118 ◦ green 25 ◦ blue 28

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

Shades of Red Berry #76191C

Tints of Red Berry #76191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.37%

R = 69.01%
G = 14.62%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76191C (or 0x76191C) is known color: Red Berry. HEX triplet: 76, 19 and 1C. RGB value is (118,25,28). Sum of RGB (Red+Green+Blue) = 118+25+28=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #76191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76191C is #89E6E3. Grayscale: #353535. Windows color (decimal): -9037540 or 1841526. OLE color: 1841526.

HSL color Cylindrical-coordinate representation of color #76191C: hue angle of 358.06º 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 #76191C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 25 28 -
CMYK 0 0.79 0.76 0.54
HSL 358.06º 0.65% 0.28% -
HSV(B) 358.06º 0.79% 0.46% -
XYZ 8.03 4.63 1.57 -
YUV 53.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 118 25 28 0 0.79 0.76 0.54 358.06 0.65 0.28
Hex 76 19 1C 0 4F 4C 36 166 41 1C
Octal 166 31 34 0 117 114 66 546 101 34
Binary 1110110 11001 11100 0 1001111 1001100 110110 101100110 1000001 11100

Color Harmonies of #76191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76191C

Black with #76191C

Text Example


Text Example

White with #76191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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