Html Css Color HEX #81171D Red Berry

📋 copy color: '#81171D'

red 129 ◦ green 23 ◦ blue 29

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

Shades of Red Berry #81171D

Tints of Red Berry #81171D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.71%

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

R = 71.27%
G = 12.71%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81171D (or 0x81171D) is known color: Red Berry. HEX triplet: 81, 17 and 1D. RGB value is (129,23,29). Sum of RGB (Red+Green+Blue) = 129+23+29=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #81171D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81171D is #7EE8E2. Grayscale: #373737. Windows color (decimal): -8317155 or 1906561. OLE color: 1906561.

HSL color Cylindrical-coordinate representation of color #81171D: hue angle of 356.6º degrees, saturation: 0.7, 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 #81171D is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 23 29 -
CMYK 0 0.82 0.78 0.49
HSL 356.6º 0.7% 0.3% -
HSV(B) 356.6º 0.82% 0.51% -
XYZ 9.58 5.37 1.69 -
YUV 55.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 129 23 29 0 0.82 0.78 0.49 356.6 0.7 0.3
Hex 81 17 1D 0 52 4E 31 165 46 1E
Octal 201 27 35 0 122 116 61 545 106 36
Binary 10000001 10111 11101 0 1010010 1001110 110001 101100101 1000110 11110

Color Harmonies of #81171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81171D

Black with #81171D

Text Example


Text Example

White with #81171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81171D; }

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

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

background-color css

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

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

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

border-color css

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

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

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