Html Css Color HEX #632F33 Jazz

📋 copy color: '#632F33'

red 99 ◦ green 47 ◦ blue 51

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

Shades of Jazz #632F33

Tints of Jazz #632F33

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.86%

 BLUE value IS 51 (20.31% from 255) = 25.89%

R = 50.25%
G = 23.86%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#632F33 (or 0x632F33) is known color: Jazz. HEX triplet: 63, 2F and 33. RGB value is (99,47,51). Sum of RGB (Red+Green+Blue) = 99+47+51=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #632F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632F33 is #9CD0CC. Grayscale: #3F3F3F. Windows color (decimal): -10277069 or 3354467. OLE color: 3354467.

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

Color convert

RGB 99 47 51 -
CMYK 0 0.53 0.48 0.61
HSL 355.38º 0.36% 0.29% -
HSV(B) 355.38º 0.53% 0.39% -
XYZ 6.76 4.92 3.73 -
YUV 63 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 99 47 51 0 0.53 0.48 0.61 355.38 0.36 0.29
Hex 63 2F 33 0 35 30 3D 163 24 1D
Octal 143 57 63 0 65 60 75 543 44 35
Binary 1100011 101111 110011 0 110101 110000 111101 101100011 100100 11101

Color Harmonies of #632F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632F33

Black with #632F33

Text Example


Text Example

White with #632F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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