Html Css Color HEX #63282F Jazz

📋 copy color: '#63282F'

red 99 ◦ green 40 ◦ blue 47

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

Shades of Jazz #63282F

Tints of Jazz #63282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.51%

 BLUE value IS 47 (18.75% from 255) = 25.27%

R = 53.23%
G = 21.51%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#63282F (or 0x63282F) is known color: Jazz. HEX triplet: 63, 28 and 2F. RGB value is (99,40,47). Sum of RGB (Red+Green+Blue) = 99+40+47=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #63282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63282F is #9CD7D0. Grayscale: #3A3A3A. Windows color (decimal): -10278865 or 3090531. OLE color: 3090531.

HSL color Cylindrical-coordinate representation of color #63282F: hue angle of 352.88º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63282F is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 40 47 -
CMYK 0 0.60 0.53 0.61
HSL 352.88º 0.42% 0.27% -
HSV(B) 352.88º 0.6% 0.39% -
XYZ 6.42 4.38 3.2 -
YUV 58.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 99 40 47 0 0.60 0.53 0.61 352.88 0.42 0.27
Hex 63 28 2F 0 3C 35 3D 161 2A 1B
Octal 143 50 57 0 74 65 75 541 52 33
Binary 1100011 101000 101111 0 111100 110101 111101 101100001 101010 11011

Color Harmonies of #63282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63282F

Black with #63282F

Text Example


Text Example

White with #63282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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