Html Css Color HEX #811A1B Red Berry

📋 copy color: '#811A1B'

red 129 ◦ green 26 ◦ blue 27

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

Shades of Red Berry #811A1B

Tints of Red Berry #811A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.29%

 BLUE value IS 27 (10.94% from 255) = 14.84%

R = 70.88%
G = 14.29%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#811A1B (or 0x811A1B) is known color: Red Berry. HEX triplet: 81, 1A and 1B. RGB value is (129,26,27). Sum of RGB (Red+Green+Blue) = 129+26+27=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #811A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811A1B is #7EE5E4. Grayscale: #393939. Windows color (decimal): -8316389 or 1776257. OLE color: 1776257.

HSL color Cylindrical-coordinate representation of color #811A1B: hue angle of 359.42º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A1B is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 26 27 -
CMYK 0 0.80 0.79 0.49
HSL 359.42º 0.66% 0.3% -
HSV(B) 359.42º 0.8% 0.51% -
XYZ 9.62 5.49 1.59 -
YUV 56.91 111.12 179.42 -
System Red Green Blue C M Y K H S L
Decimal 129 26 27 0 0.80 0.79 0.49 359.42 0.66 0.3
Hex 81 1A 1B 0 50 4F 31 167 42 1E
Octal 201 32 33 0 120 117 61 547 102 36
Binary 10000001 11010 11011 0 1010000 1001111 110001 101100111 1000010 11110

Color Harmonies of #811A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811A1B

Black with #811A1B

Text Example


Text Example

White with #811A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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