Html Css Color HEX #632525 Red Oxide

📋 copy color: '#632525'

red 99 ◦ green 37 ◦ blue 37

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

Shades of Red Oxide #632525

Tints of Red Oxide #632525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.39%

R = 57.23%
G = 21.39%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#632525 (or 0x632525) is known color: Red Oxide. HEX triplet: 63, 25 and 25. RGB value is (99,37,37). Sum of RGB (Red+Green+Blue) = 99+37+37=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #632525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632525 is #9CDADA. Grayscale: #373737. Windows color (decimal): -10279643 or 2434403. OLE color: 2434403.

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

Color convert

RGB 99 37 37 -
CMYK 0 0.63 0.63 0.61
HSL 0.46% 0.27% -
HSV(B) 0.63% 0.39% -
XYZ 6.14 4.11 2.22 -
YUV 55.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 99 37 37 0 0.63 0.63 0.61 0 0.46 0.27
Hex 63 25 25 0 3F 3F 3D 0 2E 1B
Octal 143 45 45 0 77 77 75 0 56 33
Binary 1100011 100101 100101 0 111111 111111 111101 0 101110 11011

Color Harmonies of #632525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632525

Black with #632525

Text Example


Text Example

White with #632525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632525; }

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

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

background-color css

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

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

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

border-color css

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

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

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