#622323

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

Shades of Red Oxide #622323

Tints of Red Oxide #622323

Color information

#622323 (or 0x622323) is unknown color: approx Red Oxide. HEX triplet: 62, 23 and 23. RGB value is (98,35,35). Sum of RGB (Red+Green+Blue) = 98+35+35=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #622323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622323 is #9DDCDC. Grayscale: #353535. Windows color (decimal): -10345693 or 2302818. OLE color: 2302818.

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

Color convert

RGB983535-
CMYK00.640.640.62
HSL47.37%26.08%-
HSV(B)64.29%38.43%-
XYZ5.943.922.03-
YUV53.84117.37159.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.33%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 35 (14.06% from 255) = 20.83%
R=58.33%
G=20.83%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98353500.640.640.62047.3726.08
Hex622323040403E02f1a
Octal142434301001007605732
Binary1100010100011100011010000001000000111110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622323; }

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

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

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

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

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

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

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

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