#622826

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

Shades of Red Oxide #622826

Tints of Red Oxide #622826

Color information

#622826 (or 0x622826) is unknown color: approx Red Oxide. HEX triplet: 62, 28 and 26. RGB value is (98,40,38). Sum of RGB (Red+Green+Blue) = 98+40+38=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #622826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622826 is #9DD7D9. Grayscale: #393939. Windows color (decimal): -10344410 or 2500706. OLE color: 2500706.

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

Color convert

RGB984038-
CMYK00.590.610.62
HSL44.12%26.67%-
HSV(B)61.22%38.43%-
XYZ6.154.252.33-
YUV57.11117.22157.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.68%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 38 (15.23% from 255) = 21.59%
R=55.68%
G=22.73%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98403800.590.610.62244.1226.67
Hex62282603B3D3E22c1b
Octal1425046073757625433
Binary110001010100010011001110111111011111101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622826; }

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

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

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

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

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

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

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

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