Html Css Color HEX #633334 Jazz

📋 copy color: '#633334'

red 99 ◦ green 51 ◦ blue 52

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

Shades of Jazz #633334

Tints of Jazz #633334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.25%

 BLUE value IS 52 (20.7% from 255) = 25.74%

R = 49.01%
G = 25.25%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#633334 (or 0x633334) is known color: Jazz. HEX triplet: 63, 33 and 34. RGB value is (99,51,52). Sum of RGB (Red+Green+Blue) = 99+51+52=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #633334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633334 is #9CCCCB. Grayscale: #414141. Windows color (decimal): -10276044 or 3421027. OLE color: 3421027.

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

Color convert

RGB 99 51 52 -
CMYK 0 0.48 0.47 0.61
HSL 358.75º 0.32% 0.29% -
HSV(B) 358.75º 0.48% 0.39% -
XYZ 6.95 5.27 3.9 -
YUV 65.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 99 51 52 0 0.48 0.47 0.61 358.75 0.32 0.29
Hex 63 33 34 0 30 2F 3D 167 20 1D
Octal 143 63 64 0 60 57 75 547 40 35
Binary 1100011 110011 110100 0 110000 101111 111101 101100111 100000 11101

Color Harmonies of #633334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633334

Black with #633334

Text Example


Text Example

White with #633334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633334; }

 p { color: rgb(99,51,52); }

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

background-color css

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

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

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

border-color css

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

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

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