#622828

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

Shades of Red Oxide #622828

Tints of Red Oxide #622828

Color information

#622828 (or 0x622828) is unknown color: approx Red Oxide. HEX triplet: 62, 28 and 28. RGB value is (98,40,40). Sum of RGB (Red+Green+Blue) = 98+40+40=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #622828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622828 is #9DD7D7. Grayscale: #393939. Windows color (decimal): -10344408 or 2631778. OLE color: 2631778.

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

Color convert

RGB984040-
CMYK00.590.590.62
HSL42.03%27.06%-
HSV(B)59.18%38.43%-
XYZ6.184.272.51-
YUV57.34118.22157-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.06%
GREEN value IS 40 (16.02% from 255) = 22.47%
BLUE value IS 40 (16.02% from 255) = 22.47%
R=55.06%
G=22.47%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98404000.590.590.62042.0327.06
Hex62282803B3B3E02a1b
Octal1425050073737605233
Binary11000101010001010000111011111011111110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622828; }

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

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

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

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

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

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

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

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