Html Css Color HEX #81113B Claret

📋 copy color: '#81113B'

red 129 ◦ green 17 ◦ blue 59

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

Shades of Claret #81113B

Tints of Claret #81113B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.29%

 BLUE value IS 59 (23.44% from 255) = 28.78%

R = 62.93%
G = 8.29%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#81113B (or 0x81113B) is known color: Claret. HEX triplet: 81, 11 and 3B. RGB value is (129,17,59). Sum of RGB (Red+Green+Blue) = 129+17+59=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #81113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81113B is #7EEEC4. Grayscale: #373737. Windows color (decimal): -8318661 or 3871105. OLE color: 3871105.

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

Color convert

RGB 129 17 59 -
CMYK 0 0.87 0.54 0.49
HSL 337.5º 0.77% 0.29% -
HSV(B) 337.5º 0.87% 0.51% -
XYZ 10.04 5.38 4.65 -
YUV 55.28 130.11 180.58 -
System Red Green Blue C M Y K H S L
Decimal 129 17 59 0 0.87 0.54 0.49 337.5 0.77 0.29
Hex 81 11 3B 0 57 36 31 152 4D 1D
Octal 201 21 73 0 127 66 61 522 115 35
Binary 10000001 10001 111011 0 1010111 110110 110001 101010010 1001101 11101

Color Harmonies of #81113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81113B

Black with #81113B

Text Example


Text Example

White with #81113B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,17,59); }

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

background-color css

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

 a { background-color: rgb(129,17,59); }

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

border-color css

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

 span { border-color: rgb(129,17,59); }

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