Html Css Color HEX #81153C Claret

📋 copy color: '#81153C'

red 129 ◦ green 21 ◦ blue 60

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

Shades of Claret #81153C

Tints of Claret #81153C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10%

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

R = 61.43%
G = 10%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#81153C (or 0x81153C) is known color: Claret. HEX triplet: 81, 15 and 3C. RGB value is (129,21,60). Sum of RGB (Red+Green+Blue) = 129+21+60=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #81153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81153C is #7EEAC3. Grayscale: #393939. Windows color (decimal): -8317636 or 3937665. OLE color: 3937665.

HSL color Cylindrical-coordinate representation of color #81153C: hue angle of 338.33º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81153C is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 21 60 -
CMYK 0 0.84 0.53 0.49
HSL 338.33º 0.72% 0.29% -
HSV(B) 338.33º 0.84% 0.51% -
XYZ 10.14 5.53 4.81 -
YUV 57.74 129.28 178.83 -
System Red Green Blue C M Y K H S L
Decimal 129 21 60 0 0.84 0.53 0.49 338.33 0.72 0.29
Hex 81 15 3C 0 54 35 31 152 48 1D
Octal 201 25 74 0 124 65 61 522 110 35
Binary 10000001 10101 111100 0 1010100 110101 110001 101010010 1001000 11101

Color Harmonies of #81153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81153C

Black with #81153C

Text Example


Text Example

White with #81153C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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