Html Css Color HEX #602833 Jazz

📋 copy color: '#602833'

red 96 ◦ green 40 ◦ blue 51

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

Shades of Jazz #602833

Tints of Jazz #602833

RGB

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

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

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

R = 51.34%
G = 21.39%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#602833 (or 0x602833) is known color: Jazz. HEX triplet: 60, 28 and 33. RGB value is (96,40,51). Sum of RGB (Red+Green+Blue) = 96+40+51=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #602833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602833 is #9FD7CC. Grayscale: #3A3A3A. Windows color (decimal): -10475469 or 3352672. OLE color: 3352672.

HSL color Cylindrical-coordinate representation of color #602833: hue angle of 348.21º 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 #602833 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 40 51 -
CMYK 0 0.58 0.47 0.62
HSL 348.21º 0.41% 0.27% -
HSV(B) 348.21º 0.58% 0.38% -
XYZ 6.18 4.24 3.63 -
YUV 58 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 96 40 51 0 0.58 0.47 0.62 348.21 0.41 0.27
Hex 60 28 33 0 3A 2F 3E 15C 29 1B
Octal 140 50 63 0 72 57 76 534 51 33
Binary 1100000 101000 110011 0 111010 101111 111110 101011100 101001 11011

Color Harmonies of #602833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602833

Black with #602833

Text Example


Text Example

White with #602833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602833; }

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

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

background-color css

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

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

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

border-color css

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

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

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