Html Css Color HEX #81131B Red Berry

📋 copy color: '#81131B'

red 129 ◦ green 19 ◦ blue 27

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

Shades of Red Berry #81131B

Tints of Red Berry #81131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.86%

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

R = 73.71%
G = 10.86%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#81131B (or 0x81131B) is known color: Red Berry. HEX triplet: 81, 13 and 1B. RGB value is (129,19,27). Sum of RGB (Red+Green+Blue) = 129+19+27=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #81131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81131B is #7EECE4. Grayscale: #343434. Windows color (decimal): -8318181 or 1774465. OLE color: 1774465.

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

Color convert

RGB 129 19 27 -
CMYK 0 0.85 0.79 0.49
HSL 355.64º 0.74% 0.29% -
HSV(B) 355.64º 0.85% 0.51% -
XYZ 9.48 5.21 1.54 -
YUV 52.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 129 19 27 0 0.85 0.79 0.49 355.64 0.74 0.29
Hex 81 13 1B 0 55 4F 31 164 4A 1D
Octal 201 23 33 0 125 117 61 544 112 35
Binary 10000001 10011 11011 0 1010101 1001111 110001 101100100 1001010 11101

Color Harmonies of #81131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81131B

Black with #81131B

Text Example


Text Example

White with #81131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81131B; }

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

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

background-color css

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

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

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

border-color css

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

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

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