Html Css Color HEX #831418 Red Berry

📋 copy color: '#831418'

red 131 ◦ green 20 ◦ blue 24

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

Shades of Red Berry #831418

Tints of Red Berry #831418

RGB

 RED value IS 131 (51.56% from 255) = 74.86%

 GREEN value IS 20 (8.2% from 255) = 11.43%

 BLUE value IS 24 (9.77% from 255) = 13.71%

R = 74.86%
G = 11.43%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#831418 (or 0x831418) is known color: Red Berry. HEX triplet: 83, 14 and 18. RGB value is (131,20,24). Sum of RGB (Red+Green+Blue) = 131+20+24=175 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.86% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 131 - color contains mainly: red. Hex color #831418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831418 is #7CEBE7. Grayscale: #353535. Windows color (decimal): -8186856 or 1578115. OLE color: 1578115.

HSL color Cylindrical-coordinate representation of color #831418: hue angle of 357.84º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831418 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 20 24 -
CMYK 0 0.85 0.82 0.49
HSL 357.84º 0.74% 0.3% -
HSV(B) 357.84º 0.85% 0.51% -
XYZ 9.78 5.39 1.39 -
YUV 53.65 111.27 183.17 -
System Red Green Blue C M Y K H S L
Decimal 131 20 24 0 0.85 0.82 0.49 357.84 0.74 0.3
Hex 83 14 18 0 55 52 31 166 4A 1E
Octal 203 24 30 0 125 122 61 546 112 36
Binary 10000011 10100 11000 0 1010101 1010010 110001 101100110 1001010 11110

Color Harmonies of #831418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831418

Black with #831418

Text Example


Text Example

White with #831418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831418; }

 p { color: rgb(131,20,24); }

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

background-color css

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

 a { background-color: rgb(131,20,24); }

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

border-color css

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

 span { border-color: rgb(131,20,24); }

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