Html Css Color HEX #633235 Jazz

📋 copy color: '#633235'

red 99 ◦ green 50 ◦ blue 53

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

Shades of Jazz #633235

Tints of Jazz #633235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.75%

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

R = 49.01%
G = 24.75%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#633235 (or 0x633235) is known color: Jazz. HEX triplet: 63, 32 and 35. RGB value is (99,50,53). Sum of RGB (Red+Green+Blue) = 99+50+53=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #633235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633235 is #9CCDCA. Grayscale: #414141. Windows color (decimal): -10276299 or 3486307. OLE color: 3486307.

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

Color convert

RGB 99 50 53 -
CMYK 0 0.49 0.46 0.61
HSL 356.33º 0.33% 0.29% -
HSV(B) 356.33º 0.49% 0.39% -
XYZ 6.93 5.19 4 -
YUV 64.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 99 50 53 0 0.49 0.46 0.61 356.33 0.33 0.29
Hex 63 32 35 0 31 2E 3D 164 21 1D
Octal 143 62 65 0 61 56 75 544 41 35
Binary 1100011 110010 110101 0 110001 101110 111101 101100100 100001 11101

Color Harmonies of #633235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633235

Black with #633235

Text Example


Text Example

White with #633235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633235; }

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

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

background-color css

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

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

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

border-color css

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

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

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