Html Css Color HEX #633035 Jazz

📋 copy color: '#633035'

red 99 ◦ green 48 ◦ blue 53

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

Shades of Jazz #633035

Tints of Jazz #633035

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24%

 BLUE value IS 53 (21.09% from 255) = 26.5%

R = 49.5%
G = 24%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#633035 (or 0x633035) is known color: Jazz. HEX triplet: 63, 30 and 35. RGB value is (99,48,53). Sum of RGB (Red+Green+Blue) = 99+48+53=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #633035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633035 is #9CCFCA. Grayscale: #3F3F3F. Windows color (decimal): -10276811 or 3485795. OLE color: 3485795.

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

Color convert

RGB 99 48 53 -
CMYK 0 0.52 0.46 0.61
HSL 354.12º 0.35% 0.29% -
HSV(B) 354.12º 0.52% 0.39% -
XYZ 6.85 5.02 3.98 -
YUV 63.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 99 48 53 0 0.52 0.46 0.61 354.12 0.35 0.29
Hex 63 30 35 0 34 2E 3D 162 23 1D
Octal 143 60 65 0 64 56 75 542 43 35
Binary 1100011 110000 110101 0 110100 101110 111101 101100010 100011 11101

Color Harmonies of #633035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633035

Black with #633035

Text Example


Text Example

White with #633035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633035; }

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

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

background-color css

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

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

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

border-color css

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

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

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