Html Css Color HEX #60282B Jazz

📋 copy color: '#60282B'

red 96 ◦ green 40 ◦ blue 43

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

Shades of Jazz #60282B

Tints of Jazz #60282B

RGB

 RED value IS 96 (37.89% from 255) = 53.63%

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

 BLUE value IS 43 (17.19% from 255) = 24.02%

R = 53.63%
G = 22.35%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#60282B (or 0x60282B) is known color: Jazz. HEX triplet: 60, 28 and 2B. RGB value is (96,40,43). Sum of RGB (Red+Green+Blue) = 96+40+43=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60282B is #9FD7D4. Grayscale: #393939. Windows color (decimal): -10475477 or 2828384. OLE color: 2828384.

HSL color Cylindrical-coordinate representation of color #60282B: hue angle of 356.79º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60282B is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 40 43 -
CMYK 0 0.58 0.55 0.62
HSL 356.79º 0.41% 0.27% -
HSV(B) 356.79º 0.58% 0.38% -
XYZ 6.02 4.18 2.77 -
YUV 57.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 96 40 43 0 0.58 0.55 0.62 356.79 0.41 0.27
Hex 60 28 2B 0 3A 37 3E 165 29 1B
Octal 140 50 53 0 72 67 76 545 51 33
Binary 1100000 101000 101011 0 111010 110111 111110 101100101 101001 11011

Color Harmonies of #60282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60282B

Black with #60282B

Text Example


Text Example

White with #60282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60282B; }

 p { color: rgb(96,40,43); }

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

background-color css

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

 a { background-color: rgb(96,40,43); }

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

border-color css

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

 span { border-color: rgb(96,40,43); }

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