#62231F

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

Shades of Red Oxide #62231F

Tints of Red Oxide #62231F

Color information

#62231F (or 0x62231F) is unknown color: approx Red Oxide. HEX triplet: 62, 23 and 1F. RGB value is (98,35,31). Sum of RGB (Red+Green+Blue) = 98+35+31=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #62231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62231F is #9DDCE0. Grayscale: #353535. Windows color (decimal): -10345697 or 2040674. OLE color: 2040674.

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

Color convert

RGB983531-
CMYK00.640.680.62
HSL3.58º51.94%25.29%-
HSV(B)3.58º68.37%38.43%-
XYZ5.893.91.74-
YUV53.38115.37159.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.76%
GREEN value IS 35 (14.06% from 255) = 21.34%
BLUE value IS 31 (12.5% from 255) = 18.90%
R=59.76%
G=21.34%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98353100.640.680.623.5851.9425.29
Hex62231F040443E43419
Octal142433701001047646431
Binary11000101000111111101000000100010011111010011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,35,31); }

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

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

 a { background-color: rgb(98,35,31); }

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

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

 span { border-color: rgb(98,35,31); }

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