Html Css Color HEX #81183B Claret

📋 copy color: '#81183B'

red 129 ◦ green 24 ◦ blue 59

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

Shades of Claret #81183B

Tints of Claret #81183B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.32%

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

R = 60.85%
G = 11.32%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#81183B (or 0x81183B) is known color: Claret. HEX triplet: 81, 18 and 3B. RGB value is (129,24,59). Sum of RGB (Red+Green+Blue) = 129+24+59=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #81183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81183B is #7EE7C4. Grayscale: #3B3B3B. Windows color (decimal): -8316869 or 3872897. OLE color: 3872897.

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

Color convert

RGB 129 24 59 -
CMYK 0 0.81 0.54 0.49
HSL 340º 0.69% 0.3% -
HSV(B) 340º 0.81% 0.51% -
XYZ 10.17 5.64 4.69 -
YUV 59.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 129 24 59 0 0.81 0.54 0.49 340 0.69 0.3
Hex 81 18 3B 0 51 36 31 154 45 1E
Octal 201 30 73 0 121 66 61 524 105 36
Binary 10000001 11000 111011 0 1010001 110110 110001 101010100 1000101 11110

Color Harmonies of #81183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81183B

Black with #81183B

Text Example


Text Example

White with #81183B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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