Html Css Color HEX #632218 Red Oxide

📋 copy color: '#632218'

red 99 ◦ green 34 ◦ blue 24

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

Shades of Red Oxide #632218

Tints of Red Oxide #632218

RGB

 RED value IS 99 (39.06% from 255) = 63.06%

 GREEN value IS 34 (13.67% from 255) = 21.66%

 BLUE value IS 24 (9.77% from 255) = 15.29%

R = 63.06%
G = 21.66%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#632218 (or 0x632218) is known color: Red Oxide. HEX triplet: 63, 22 and 18. RGB value is (99,34,24). Sum of RGB (Red+Green+Blue) = 99+34+24=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #632218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632218 is #9CDDE7. Grayscale: #343434. Windows color (decimal): -10280424 or 1581667. OLE color: 1581667.

HSL color Cylindrical-coordinate representation of color #632218: hue angle of 8º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #632218 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 34 24 -
CMYK 0 0.66 0.76 0.61
HSL 0.61% 0.24% -
HSV(B) 0.76% 0.39% -
XYZ 5.88 3.86 1.3 -
YUV 52.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 99 34 24 0 0.66 0.76 0.61 8 0.61 0.24
Hex 63 22 18 0 42 4C 3D 8 3D 18
Octal 143 42 30 0 102 114 75 10 75 30
Binary 1100011 100010 11000 0 1000010 1001100 111101 1000 111101 11000

Color Harmonies of #632218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632218

Black with #632218

Text Example


Text Example

White with #632218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632218; }

 p { color: rgb(99,34,24); }

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

background-color css

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

 a { background-color: rgb(99,34,24); }

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

border-color css

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

 span { border-color: rgb(99,34,24); }

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