Html Css Color HEX #60262B Jazz

📋 copy color: '#60262B'

red 96 ◦ green 38 ◦ blue 43

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

Shades of Jazz #60262B

Tints of Jazz #60262B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.47%

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

R = 54.24%
G = 21.47%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#60262B (or 0x60262B) is known color: Jazz. HEX triplet: 60, 26 and 2B. RGB value is (96,38,43). Sum of RGB (Red+Green+Blue) = 96+38+43=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60262B is #9FD9D4. Grayscale: #373737. Windows color (decimal): -10475989 or 2827872. OLE color: 2827872.

HSL color Cylindrical-coordinate representation of color #60262B: hue angle of 354.83º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60262B is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 38 43 -
CMYK 0 0.60 0.55 0.62
HSL 354.83º 0.43% 0.26% -
HSV(B) 354.83º 0.6% 0.38% -
XYZ 5.95 4.05 2.75 -
YUV 55.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 96 38 43 0 0.60 0.55 0.62 354.83 0.43 0.26
Hex 60 26 2B 0 3C 37 3E 163 2B 1A
Octal 140 46 53 0 74 67 76 543 53 32
Binary 1100000 100110 101011 0 111100 110111 111110 101100011 101011 11010

Color Harmonies of #60262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60262B

Black with #60262B

Text Example


Text Example

White with #60262B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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