Html Css Color HEX #811B1D Red Berry

📋 copy color: '#811B1D'

red 129 ◦ green 27 ◦ blue 29

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

Shades of Red Berry #811B1D

Tints of Red Berry #811B1D

RGB

 RED value IS 129 (50.78% from 255) = 69.73%

 GREEN value IS 27 (10.94% from 255) = 14.59%

 BLUE value IS 29 (11.72% from 255) = 15.68%

R = 69.73%
G = 14.59%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#811B1D (or 0x811B1D) is known color: Red Berry. HEX triplet: 81, 1B and 1D. RGB value is (129,27,29). Sum of RGB (Red+Green+Blue) = 129+27+29=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #811B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811B1D is #7EE4E2. Grayscale: #393939. Windows color (decimal): -8316131 or 1907585. OLE color: 1907585.

HSL color Cylindrical-coordinate representation of color #811B1D: hue angle of 358.82º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #811B1D is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 27 29 -
CMYK 0 0.79 0.78 0.49
HSL 358.82º 0.65% 0.31% -
HSV(B) 358.82º 0.79% 0.51% -
XYZ 9.67 5.54 1.72 -
YUV 57.73 111.79 178.84 -
System Red Green Blue C M Y K H S L
Decimal 129 27 29 0 0.79 0.78 0.49 358.82 0.65 0.31
Hex 81 1B 1D 0 4F 4E 31 167 41 1F
Octal 201 33 35 0 117 116 61 547 101 37
Binary 10000001 11011 11101 0 1001111 1001110 110001 101100111 1000001 11111

Color Harmonies of #811B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811B1D

Black with #811B1D

Text Example


Text Example

White with #811B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811B1D; }

 p { color: rgb(129,27,29); }

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

background-color css

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

 a { background-color: rgb(129,27,29); }

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

border-color css

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

 span { border-color: rgb(129,27,29); }

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