Html Css Color HEX #632625 Red Oxide

📋 copy color: '#632625'

red 99 ◦ green 38 ◦ blue 37

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

Shades of Red Oxide #632625

Tints of Red Oxide #632625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.84%

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

R = 56.9%
G = 21.84%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#632625 (or 0x632625) is known color: Red Oxide. HEX triplet: 63, 26 and 25. RGB value is (99,38,37). Sum of RGB (Red+Green+Blue) = 99+38+37=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #632625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632625 is #9CD9DA. Grayscale: #383838. Windows color (decimal): -10279387 or 2434659. OLE color: 2434659.

HSL color Cylindrical-coordinate representation of color #632625: hue angle of 0.97º 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 #632625 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 38 37 -
CMYK 0 0.62 0.63 0.61
HSL 0.97º 0.46% 0.27% -
HSV(B) 0.97º 0.63% 0.39% -
XYZ 6.17 4.17 2.23 -
YUV 56.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 99 38 37 0 0.62 0.63 0.61 0.97 0.46 0.27
Hex 63 26 25 0 3E 3F 3D 1 2E 1B
Octal 143 46 45 0 76 77 75 1 56 33
Binary 1100011 100110 100101 0 111110 111111 111101 1 101110 11011

Color Harmonies of #632625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632625

Black with #632625

Text Example


Text Example

White with #632625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632625; }

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

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

background-color css

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

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

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

border-color css

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

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

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