Html Css Color HEX #632422 Red Oxide

📋 copy color: '#632422'

red 99 ◦ green 36 ◦ blue 34

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

Shades of Red Oxide #632422

Tints of Red Oxide #632422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.3%

 BLUE value IS 34 (13.67% from 255) = 20.12%

R = 58.58%
G = 21.3%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#632422 (or 0x632422) is known color: Red Oxide. HEX triplet: 63, 24 and 22. RGB value is (99,36,34). Sum of RGB (Red+Green+Blue) = 99+36+34=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #632422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632422 is #9CDBDD. Grayscale: #363636. Windows color (decimal): -10279902 or 2237539. OLE color: 2237539.

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

Color convert

RGB 99 36 34 -
CMYK 0 0.64 0.66 0.61
HSL 1.85º 0.49% 0.26% -
HSV(B) 1.85º 0.66% 0.39% -
XYZ 6.07 4.03 1.97 -
YUV 54.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 99 36 34 0 0.64 0.66 0.61 1.85 0.49 0.26
Hex 63 24 22 0 40 42 3D 2 31 1A
Octal 143 44 42 0 100 102 75 2 61 32
Binary 1100011 100100 100010 0 1000000 1000010 111101 10 110001 11010

Color Harmonies of #632422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632422

Black with #632422

Text Example


Text Example

White with #632422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632422; }

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

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

background-color css

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

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

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

border-color css

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

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

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