Html Css Color HEX #831819 Red Berry

📋 copy color: '#831819'

red 131 ◦ green 24 ◦ blue 25

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

Shades of Red Berry #831819

Tints of Red Berry #831819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.33%

 BLUE value IS 25 (10.16% from 255) = 13.89%

R = 72.78%
G = 13.33%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#831819 (or 0x831819) is known color: Red Berry. HEX triplet: 83, 18 and 19. RGB value is (131,24,25). Sum of RGB (Red+Green+Blue) = 131+24+25=180 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.78% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 131 - color contains mainly: red. Hex color #831819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831819 is #7CE7E6. Grayscale: #383838. Windows color (decimal): -8185831 or 1644675. OLE color: 1644675.

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

Color convert

RGB 131 24 25 -
CMYK 0 0.82 0.81 0.49
HSL 359.44º 0.69% 0.3% -
HSV(B) 359.44º 0.82% 0.51% -
XYZ 9.86 5.55 1.47 -
YUV 56.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 131 24 25 0 0.82 0.81 0.49 359.44 0.69 0.3
Hex 83 18 19 0 52 51 31 167 45 1E
Octal 203 30 31 0 122 121 61 547 105 36
Binary 10000011 11000 11001 0 1010010 1010001 110001 101100111 1000101 11110

Color Harmonies of #831819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831819

Black with #831819

Text Example


Text Example

White with #831819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831819; }

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

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

background-color css

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

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

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

border-color css

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

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

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