Html Css Color HEX #632930 Jazz

📋 copy color: '#632930'

red 99 ◦ green 41 ◦ blue 48

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

Shades of Jazz #632930

Tints of Jazz #632930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

 BLUE value IS 48 (19.14% from 255) = 25.53%

R = 52.66%
G = 21.81%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#632930 (or 0x632930) is known color: Jazz. HEX triplet: 63, 29 and 30. RGB value is (99,41,48). Sum of RGB (Red+Green+Blue) = 99+41+48=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #632930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632930 is #9CD6CF. Grayscale: #3B3B3B. Windows color (decimal): -10278608 or 3156323. OLE color: 3156323.

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

Color convert

RGB 99 41 48 -
CMYK 0 0.59 0.52 0.61
HSL 352.76º 0.41% 0.27% -
HSV(B) 352.76º 0.59% 0.39% -
XYZ 6.47 4.45 3.31 -
YUV 59.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 99 41 48 0 0.59 0.52 0.61 352.76 0.41 0.27
Hex 63 29 30 0 3B 34 3D 161 29 1B
Octal 143 51 60 0 73 64 75 541 51 33
Binary 1100011 101001 110000 0 111011 110100 111101 101100001 101001 11011

Color Harmonies of #632930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632930

Black with #632930

Text Example


Text Example

White with #632930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632930; }

 p { color: rgb(99,41,48); }

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

background-color css

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

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

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

border-color css

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

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

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