Html Css Color HEX #622827 Red Oxide

📋 copy color: '#622827'

red 98 ◦ green 40 ◦ blue 39

#622827
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #622827

Tints of Red Oxide #622827

RGB

 RED value IS 98 (38.67% from 255) = 55.37%

 GREEN value IS 40 (16.02% from 255) = 22.6%

 BLUE value IS 39 (15.63% from 255) = 22.03%

R = 55.37%
G = 22.6%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#622827 (or 0x622827) is known color: Red Oxide. HEX triplet: 62, 28 and 27. RGB value is (98,40,39). Sum of RGB (Red+Green+Blue) = 98+40+39=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #622827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622827 is #9DD7D8. Grayscale: #393939. Windows color (decimal): -10344409 or 2566242. OLE color: 2566242.

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

Color convert

RGB 98 40 39 -
CMYK 0 0.59 0.60 0.62
HSL 1.02º 0.43% 0.27% -
HSV(B) 1.02º 0.6% 0.38% -
XYZ 6.16 4.26 2.42 -
YUV 57.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 98 40 39 0 0.59 0.60 0.62 1.02 0.43 0.27
Hex 62 28 27 0 3B 3C 3E 1 2B 1B
Octal 142 50 47 0 73 74 76 1 53 33
Binary 1100010 101000 100111 0 111011 111100 111110 1 101011 11011

Color Harmonies of #622827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622827

Black with #622827

Text Example


Text Example

White with #622827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622827; }

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

 H1.HeaderClassName
 {
   color: #622827;
 }
 .AnyTagClassName
 {
   color: #622827;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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