Html Css Color HEX #81113A Claret

📋 copy color: '#81113A'

red 129 ◦ green 17 ◦ blue 58

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

Shades of Claret #81113A

Tints of Claret #81113A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.33%

 BLUE value IS 58 (23.05% from 255) = 28.43%

R = 63.24%
G = 8.33%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#81113A (or 0x81113A) is known color: Claret. HEX triplet: 81, 11 and 3A. RGB value is (129,17,58). Sum of RGB (Red+Green+Blue) = 129+17+58=204 (27% of max value = 765). Red value is 129 (50.78% from 255 or 63.24% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 129 - color contains mainly: red. Hex color #81113A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81113A is #7EEEC5. Grayscale: #373737. Windows color (decimal): -8318662 or 3805569. OLE color: 3805569.

HSL color Cylindrical-coordinate representation of color #81113A: hue angle of 338.04º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81113A is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 17 58 -
CMYK 0 0.87 0.55 0.49
HSL 338.04º 0.77% 0.29% -
HSV(B) 338.04º 0.87% 0.51% -
XYZ 10.02 5.37 4.51 -
YUV 55.16 129.61 180.67 -
System Red Green Blue C M Y K H S L
Decimal 129 17 58 0 0.87 0.55 0.49 338.04 0.77 0.29
Hex 81 11 3A 0 57 37 31 152 4D 1D
Octal 201 21 72 0 127 67 61 522 115 35
Binary 10000001 10001 111010 0 1010111 110111 110001 101010010 1001101 11101

Color Harmonies of #81113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81113A

Black with #81113A

Text Example


Text Example

White with #81113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81113A; }

 p { color: rgb(129,17,58); }

 H1.HeaderClassName
 {
   color: #81113A;
 }
 .AnyTagClassName
 {
   color: #81113A;
 }
</style>

background-color css

<style>
 a { background-color: #81113A; }

 a { background-color: rgb(129,17,58); }

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

border-color css

<style>
 span { border-color: #81113A; }

 span { border-color: rgb(129,17,58); }

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