Html Css Color HEX #632015 Red Oxide

📋 copy color: '#632015'

red 99 ◦ green 32 ◦ blue 21

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

Shades of Red Oxide #632015

Tints of Red Oxide #632015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.05%

 BLUE value IS 21 (8.59% from 255) = 13.82%

R = 65.13%
G = 21.05%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#632015 (or 0x632015) is known color: Red Oxide. HEX triplet: 63, 20 and 15. RGB value is (99,32,21). Sum of RGB (Red+Green+Blue) = 99+32+21=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #632015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632015 is #9CDFEA. Grayscale: #323232. Windows color (decimal): -10280939 or 1384547. OLE color: 1384547.

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

Color convert

RGB 99 32 21 -
CMYK 0 0.68 0.79 0.61
HSL 8.46º 0.65% 0.24% -
HSV(B) 8.46º 0.79% 0.39% -
XYZ 5.8 3.74 1.13 -
YUV 50.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 99 32 21 0 0.68 0.79 0.61 8.46 0.65 0.24
Hex 63 20 15 0 44 4F 3D 8 41 18
Octal 143 40 25 0 104 117 75 10 101 30
Binary 1100011 100000 10101 0 1000100 1001111 111101 1000 1000001 11000

Color Harmonies of #632015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632015

Black with #632015

Text Example


Text Example

White with #632015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632015; }

 p { color: rgb(99,32,21); }

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

background-color css

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

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

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

border-color css

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

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

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