Html Css Color HEX #801235 Claret

📋 copy color: '#801235'

red 128 ◦ green 18 ◦ blue 53

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

Shades of Claret #801235

Tints of Claret #801235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.63%

R = 64.32%
G = 9.05%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#801235 (or 0x801235) is known color: Claret. HEX triplet: 80, 12 and 35. RGB value is (128,18,53). Sum of RGB (Red+Green+Blue) = 128+18+53=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #801235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801235 is #7FEDCA. Grayscale: #363636. Windows color (decimal): -8383947 or 3478144. OLE color: 3478144.

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

Color convert

RGB 128 18 53 -
CMYK 0 0.86 0.59 0.50
HSL 340.91º 0.75% 0.29% -
HSV(B) 340.91º 0.86% 0.5% -
XYZ 9.76 5.28 3.87 -
YUV 54.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 128 18 53 0 0.86 0.59 0.50 340.91 0.75 0.29
Hex 80 12 35 0 56 3B 32 155 4B 1D
Octal 200 22 65 0 126 73 62 525 113 35
Binary 10000000 10010 110101 0 1010110 111011 110010 101010101 1001011 11101

Color Harmonies of #801235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801235

Black with #801235

Text Example


Text Example

White with #801235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801235; }

 p { color: rgb(128,18,53); }

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

background-color css

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

 a { background-color: rgb(128,18,53); }

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

border-color css

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

 span { border-color: rgb(128,18,53); }

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