Html Css Color HEX #81133C Claret

📋 copy color: '#81133C'

red 129 ◦ green 19 ◦ blue 60

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

Shades of Claret #81133C

Tints of Claret #81133C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.85%

R = 62.02%
G = 9.13%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#81133C (or 0x81133C) is known color: Claret. HEX triplet: 81, 13 and 3C. RGB value is (129,19,60). Sum of RGB (Red+Green+Blue) = 129+19+60=208 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.02% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 129 - color contains mainly: red. Hex color #81133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81133C is #7EECC3. Grayscale: #383838. Windows color (decimal): -8318148 or 3937153. OLE color: 3937153.

HSL color Cylindrical-coordinate representation of color #81133C: hue angle of 337.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 #81133C is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 19 60 -
CMYK 0 0.85 0.53 0.49
HSL 337.64º 0.74% 0.29% -
HSV(B) 337.64º 0.85% 0.51% -
XYZ 10.1 5.46 4.8 -
YUV 56.56 129.94 179.67 -
System Red Green Blue C M Y K H S L
Decimal 129 19 60 0 0.85 0.53 0.49 337.64 0.74 0.29
Hex 81 13 3C 0 55 35 31 152 4A 1D
Octal 201 23 74 0 125 65 61 522 112 35
Binary 10000001 10011 111100 0 1010101 110101 110001 101010010 1001010 11101

Color Harmonies of #81133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81133C

Black with #81133C

Text Example


Text Example

White with #81133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81133C; }

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

 H1.HeaderClassName
 {
   color: #81133C;
 }
 .AnyTagClassName
 {
   color: #81133C;
 }
</style>

background-color css

<style>
 a { background-color: #81133C; }

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

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

border-color css

<style>
 span { border-color: #81133C; }

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

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