Html Css Color HEX #811438 Claret

📋 copy color: '#811438'

red 129 ◦ green 20 ◦ blue 56

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

Shades of Claret #811438

Tints of Claret #811438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.76%

 BLUE value IS 56 (22.27% from 255) = 27.32%

R = 62.93%
G = 9.76%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#811438 (or 0x811438) is known color: Claret. HEX triplet: 81, 14 and 38. RGB value is (129,20,56). Sum of RGB (Red+Green+Blue) = 129+20+56=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #811438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811438 is #7EEBC7. Grayscale: #383838. Windows color (decimal): -8317896 or 3675265. OLE color: 3675265.

HSL color Cylindrical-coordinate representation of color #811438: hue angle of 340.18º degrees, saturation: 0.73, 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 #811438 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 20 56 -
CMYK 0 0.84 0.57 0.49
HSL 340.18º 0.73% 0.29% -
HSV(B) 340.18º 0.84% 0.51% -
XYZ 10.02 5.45 4.27 -
YUV 56.7 127.61 179.57 -
System Red Green Blue C M Y K H S L
Decimal 129 20 56 0 0.84 0.57 0.49 340.18 0.73 0.29
Hex 81 14 38 0 54 39 31 154 49 1D
Octal 201 24 70 0 124 71 61 524 111 35
Binary 10000001 10100 111000 0 1010100 111001 110001 101010100 1001001 11101

Color Harmonies of #811438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811438

Black with #811438

Text Example


Text Example

White with #811438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811438; }

 p { color: rgb(129,20,56); }

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

background-color css

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

 a { background-color: rgb(129,20,56); }

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

border-color css

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

 span { border-color: rgb(129,20,56); }

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