Html Css Color HEX #801438 Claret

📋 copy color: '#801438'

red 128 ◦ green 20 ◦ blue 56

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

Shades of Claret #801438

Tints of Claret #801438

RGB

 RED value IS 128 (50.39% from 255) = 62.75%

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

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

R = 62.75%
G = 9.8%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#801438 (or 0x801438) is known color: Claret. HEX triplet: 80, 14 and 38. RGB value is (128,20,56). Sum of RGB (Red+Green+Blue) = 128+20+56=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #801438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801438 is #7FEBC7. Grayscale: #383838. Windows color (decimal): -8383432 or 3675264. OLE color: 3675264.

HSL color Cylindrical-coordinate representation of color #801438: hue angle of 340º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801438 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 20 56 -
CMYK 0 0.84 0.56 0.50
HSL 340º 0.73% 0.29% -
HSV(B) 340º 0.84% 0.5% -
XYZ 9.87 5.38 4.26 -
YUV 56.4 127.78 179.07 -
System Red Green Blue C M Y K H S L
Decimal 128 20 56 0 0.84 0.56 0.50 340 0.73 0.29
Hex 80 14 38 0 54 38 32 154 49 1D
Octal 200 24 70 0 124 70 62 524 111 35
Binary 10000000 10100 111000 0 1010100 111000 110010 101010100 1001001 11101

Color Harmonies of #801438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801438

Black with #801438

Text Example


Text Example

White with #801438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801438; }

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

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

background-color css

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

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

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

border-color css

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

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

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