Html Css Color HEX #81133B Claret

📋 copy color: '#81133B'

red 129 ◦ green 19 ◦ blue 59

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

Shades of Claret #81133B

Tints of Claret #81133B

RGB

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

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

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

R = 62.32%
G = 9.18%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#81133B (or 0x81133B) is known color: Claret. HEX triplet: 81, 13 and 3B. RGB value is (129,19,59). Sum of RGB (Red+Green+Blue) = 129+19+59=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #81133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81133B is #7EECC4. Grayscale: #383838. Windows color (decimal): -8318149 or 3871617. OLE color: 3871617.

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

Color convert

RGB 129 19 59 -
CMYK 0 0.85 0.54 0.49
HSL 338.18º 0.74% 0.29% -
HSV(B) 338.18º 0.85% 0.51% -
XYZ 10.08 5.45 4.66 -
YUV 56.45 129.44 179.75 -
System Red Green Blue C M Y K H S L
Decimal 129 19 59 0 0.85 0.54 0.49 338.18 0.74 0.29
Hex 81 13 3B 0 55 36 31 152 4A 1D
Octal 201 23 73 0 125 66 61 522 112 35
Binary 10000001 10011 111011 0 1010101 110110 110001 101010010 1001010 11101

Color Harmonies of #81133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81133B

Black with #81133B

Text Example


Text Example

White with #81133B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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