#62202F

Color #62202F Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #62202F

Tints of Claret #62202F

Color information

#62202F (or 0x62202F) is unknown color: approx Claret. HEX triplet: 62, 20 and 2F. RGB value is (98,32,47). Sum of RGB (Red+Green+Blue) = 98+32+47=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62202F is #9DDFD0. Grayscale: #353535. Windows color (decimal): -10346449 or 3088482. OLE color: 3088482.

HSL color Cylindrical-coordinate representation of color #62202F: hue angle of 346.36º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62202F is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB983247-
CMYK00.670.520.62
HSL346.36º50.77%25.49%-
HSV(B)346.36º67.35%38.43%-
XYZ6.073.833.11-
YUV53.44124.37159.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.37%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 47 (18.75% from 255) = 26.55%
R=55.37%
G=18.08%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98324700.670.520.62346.3650.7725.49
Hex62202F043343E15a3319
Octal1424057010364765326331
Binary11000101000001011110100001111010011111010101101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62202F; }

 p { color: rgb(98,32,47); }

 H1.HeaderClassName
 {
   color: #62202F;
 }
 .AnyTagClassName
 {
   color: #62202F;
 }
</style>
background-color css

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

 a { background-color: rgb(98,32,47); }

 div.DivClassName
 {
   background-color: #62202F;
 }
 .BgClassName
 {
   background-color: #62202F;
 }
</style>
border-color css

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

 span { border-color: rgb(98,32,47); }

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