Html Css Color HEX #632828 Red Oxide

📋 copy color: '#632828'

red 99 ◦ green 40 ◦ blue 40

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

Shades of Red Oxide #632828

Tints of Red Oxide #632828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.35%

 BLUE value IS 40 (16.02% from 255) = 22.35%

R = 55.31%
G = 22.35%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#632828 (or 0x632828) is known color: Red Oxide. HEX triplet: 63, 28 and 28. RGB value is (99,40,40). Sum of RGB (Red+Green+Blue) = 99+40+40=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #632828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632828 is #9CD7D7. Grayscale: #393939. Windows color (decimal): -10278872 or 2631779. OLE color: 2631779.

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

Color convert

RGB 99 40 40 -
CMYK 0 0.60 0.60 0.61
HSL 0.42% 0.27% -
HSV(B) 0.6% 0.39% -
XYZ 6.29 4.32 2.51 -
YUV 57.64 118.05 157.5 -
System Red Green Blue C M Y K H S L
Decimal 99 40 40 0 0.60 0.60 0.61 0 0.42 0.27
Hex 63 28 28 0 3C 3C 3D 0 2A 1B
Octal 143 50 50 0 74 74 75 0 52 33
Binary 1100011 101000 101000 0 111100 111100 111101 0 101010 11011

Color Harmonies of #632828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632828

Black with #632828

Text Example


Text Example

White with #632828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632828; }

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

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

background-color css

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

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

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

border-color css

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

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

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