Html Css Color HEX #632524 Red Oxide

📋 copy color: '#632524'

red 99 ◦ green 37 ◦ blue 36

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

Shades of Red Oxide #632524

Tints of Red Oxide #632524

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.51%

 BLUE value IS 36 (14.45% from 255) = 20.93%

R = 57.56%
G = 21.51%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#632524 (or 0x632524) is known color: Red Oxide. HEX triplet: 63, 25 and 24. RGB value is (99,37,36). Sum of RGB (Red+Green+Blue) = 99+37+36=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #632524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632524 is #9CDADB. Grayscale: #373737. Windows color (decimal): -10279644 or 2368867. OLE color: 2368867.

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

Color convert

RGB 99 37 36 -
CMYK 0 0.63 0.64 0.61
HSL 0.95º 0.47% 0.26% -
HSV(B) 0.95º 0.64% 0.39% -
XYZ 6.13 4.1 2.14 -
YUV 55.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 99 37 36 0 0.63 0.64 0.61 0.95 0.47 0.26
Hex 63 25 24 0 3F 40 3D 1 2F 1A
Octal 143 45 44 0 77 100 75 1 57 32
Binary 1100011 100101 100100 0 111111 1000000 111101 1 101111 11010

Color Harmonies of #632524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632524

Black with #632524

Text Example


Text Example

White with #632524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632524; }

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

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

background-color css

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

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

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

border-color css

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

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

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