#62221B

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

Shades of Red Oxide #62221B

Tints of Red Oxide #62221B

Color information

#62221B (or 0x62221B) is unknown color: approx Red Oxide. HEX triplet: 62, 22 and 1B. RGB value is (98,34,27). Sum of RGB (Red+Green+Blue) = 98+34+27=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #62221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62221B is #9DDDE4. Grayscale: #343434. Windows color (decimal): -10345957 or 1778274. OLE color: 1778274.

HSL color Cylindrical-coordinate representation of color #62221B: hue angle of 5.92º 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 #62221B is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB983427-
CMYK00.650.720.62
HSL5.92º56.8%24.51%-
HSV(B)5.92º72.45%38.43%-
XYZ5.813.821.47-
YUV52.34113.7160.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.64%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=61.64%
G=21.38%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98342700.650.720.625.9256.824.51
Hex62221B041483E63919
Octal142423301011107667131
Binary11000101000101101101000001100100011111011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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