Html Css Color HEX #811238 Claret

📋 copy color: '#811238'

red 129 ◦ green 18 ◦ blue 56

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

Shades of Claret #811238

Tints of Claret #811238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

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

R = 63.55%
G = 8.87%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#811238 (or 0x811238) is known color: Claret. HEX triplet: 81, 12 and 38. RGB value is (129,18,56). Sum of RGB (Red+Green+Blue) = 129+18+56=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #811238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811238 is #7EEDC7. Grayscale: #373737. Windows color (decimal): -8318408 or 3674753. OLE color: 3674753.

HSL color Cylindrical-coordinate representation of color #811238: hue angle of 339.46º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811238 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 18 56 -
CMYK 0 0.86 0.57 0.49
HSL 339.46º 0.76% 0.29% -
HSV(B) 339.46º 0.86% 0.51% -
XYZ 9.98 5.39 4.25 -
YUV 55.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 129 18 56 0 0.86 0.57 0.49 339.46 0.76 0.29
Hex 81 12 38 0 56 39 31 153 4C 1D
Octal 201 22 70 0 126 71 61 523 114 35
Binary 10000001 10010 111000 0 1010110 111001 110001 101010011 1001100 11101

Color Harmonies of #811238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811238

Black with #811238

Text Example


Text Example

White with #811238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811238; }

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

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

background-color css

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

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

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

border-color css

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

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

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