Html Css Color HEX #81183C Claret

📋 copy color: '#81183C'

red 129 ◦ green 24 ◦ blue 60

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

Shades of Claret #81183C

Tints of Claret #81183C

RGB

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

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

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

R = 60.56%
G = 11.27%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#81183C (or 0x81183C) is known color: Claret. HEX triplet: 81, 18 and 3C. RGB value is (129,24,60). Sum of RGB (Red+Green+Blue) = 129+24+60=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #81183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81183C is #7EE7C3. Grayscale: #3B3B3B. Windows color (decimal): -8316868 or 3938433. OLE color: 3938433.

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

Color convert

RGB 129 24 60 -
CMYK 0 0.81 0.53 0.49
HSL 339.43º 0.69% 0.3% -
HSV(B) 339.43º 0.81% 0.51% -
XYZ 10.2 5.65 4.83 -
YUV 59.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 129 24 60 0 0.81 0.53 0.49 339.43 0.69 0.3
Hex 81 18 3C 0 51 35 31 153 45 1E
Octal 201 30 74 0 121 65 61 523 105 36
Binary 10000001 11000 111100 0 1010001 110101 110001 101010011 1000101 11110

Color Harmonies of #81183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81183C

Black with #81183C

Text Example


Text Example

White with #81183C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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