Html Css Color HEX #5F2C30 Jazz

📋 copy color: '#5F2C30'

red 95 ◦ green 44 ◦ blue 48

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

Shades of Jazz #5F2C30

Tints of Jazz #5F2C30

RGB

 RED value IS 95 (37.5% from 255) = 50.8%

 GREEN value IS 44 (17.58% from 255) = 23.53%

 BLUE value IS 48 (19.14% from 255) = 25.67%

R = 50.8%
G = 23.53%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.63

RGB Variations

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

Color information

#5F2C30 (or 0x5F2C30) is known color: Jazz. HEX triplet: 5F, 2C and 30. RGB value is (95,44,48). Sum of RGB (Red+Green+Blue) = 95+44+48=187 (24% of max value = 765). Red value is 95 (37.5% from 255 or 50.80% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2C30 is #A0D3CF. Grayscale: #3B3B3B. Windows color (decimal): -10539984 or 3157087. OLE color: 3157087.

HSL color Cylindrical-coordinate representation of color #5F2C30: hue angle of 355.29º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F2C30 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 44 48 -
CMYK 0 0.54 0.49 0.63
HSL 355.29º 0.37% 0.27% -
HSV(B) 355.29º 0.54% 0.37% -
XYZ 6.15 4.45 3.33 -
YUV 59.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 95 44 48 0 0.54 0.49 0.63 355.29 0.37 0.27
Hex 5F 2C 30 0 36 31 3F 163 25 1B
Octal 137 54 60 0 66 61 77 543 45 33
Binary 1011111 101100 110000 0 110110 110001 111111 101100011 100101 11011

Color Harmonies of #5F2C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2C30

Black with #5F2C30

Text Example


Text Example

White with #5F2C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F2C30; }

 p { color: rgb(95,44,48); }

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

background-color css

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

 a { background-color: rgb(95,44,48); }

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

border-color css

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

 span { border-color: rgb(95,44,48); }

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