#62231B

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

Shades of Red Oxide #62231B

Tints of Red Oxide #62231B

Color information

#62231B (or 0x62231B) is unknown color: approx Red Oxide. HEX triplet: 62, 23 and 1B. RGB value is (98,35,27). Sum of RGB (Red+Green+Blue) = 98+35+27=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #62231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62231B is #9DDCE4. Grayscale: #353535. Windows color (decimal): -10345701 or 1778530. OLE color: 1778530.

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

Color convert

RGB983527-
CMYK00.640.720.62
HSL6.76º56.8%24.51%-
HSV(B)6.76º72.45%38.43%-
XYZ5.843.881.48-
YUV52.92113.37160.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.25%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 27 (10.94% from 255) = 16.88%
R=61.25%
G=21.88%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98352700.640.720.626.7656.824.51
Hex62231B040483E73919
Octal142433301001107677131
Binary11000101000111101101000000100100011111011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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