Html Css Color HEX #632E34 Jazz

📋 copy color: '#632E34'

red 99 ◦ green 46 ◦ blue 52

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

Shades of Jazz #632E34

Tints of Jazz #632E34

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.35%

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

R = 50.25%
G = 23.35%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#632E34 (or 0x632E34) is known color: Jazz. HEX triplet: 63, 2E and 34. RGB value is (99,46,52). Sum of RGB (Red+Green+Blue) = 99+46+52=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #632E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632E34 is #9CD1CB. Grayscale: #3E3E3E. Windows color (decimal): -10277324 or 3419747. OLE color: 3419747.

HSL color Cylindrical-coordinate representation of color #632E34: hue angle of 353.21º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #632E34 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 46 52 -
CMYK 0 0.54 0.47 0.61
HSL 353.21º 0.37% 0.28% -
HSV(B) 353.21º 0.54% 0.39% -
XYZ 6.74 4.85 3.83 -
YUV 62.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 99 46 52 0 0.54 0.47 0.61 353.21 0.37 0.28
Hex 63 2E 34 0 36 2F 3D 161 25 1C
Octal 143 56 64 0 66 57 75 541 45 34
Binary 1100011 101110 110100 0 110110 101111 111101 101100001 100101 11100

Color Harmonies of #632E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632E34

Black with #632E34

Text Example


Text Example

White with #632E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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