Html Css Color HEX #5C252F Jazz

📋 copy color: '#5C252F'

red 92 ◦ green 37 ◦ blue 47

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

Shades of Jazz #5C252F

Tints of Jazz #5C252F

RGB

 RED value IS 92 (36.33% from 255) = 52.27%

 GREEN value IS 37 (14.84% from 255) = 21.02%

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

R = 52.27%
G = 21.02%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#5C252F (or 0x5C252F) is known color: Jazz. HEX triplet: 5C, 25 and 2F. RGB value is (92,37,47). Sum of RGB (Red+Green+Blue) = 92+37+47=176 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.27% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 92 - color contains mainly: red. Hex color #5C252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C252F is #A3DAD0. Grayscale: #363636. Windows color (decimal): -10738385 or 3089756. OLE color: 3089756.

HSL color Cylindrical-coordinate representation of color #5C252F: hue angle of 349.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C252F is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 37 47 -
CMYK 0 0.60 0.49 0.64
HSL 349.09º 0.43% 0.25% -
HSV(B) 349.09º 0.6% 0.36% -
XYZ 5.59 3.8 3.13 -
YUV 54.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 92 37 47 0 0.60 0.49 0.64 349.09 0.43 0.25
Hex 5C 25 2F 0 3C 31 40 15D 2B 19
Octal 134 45 57 0 74 61 100 535 53 31
Binary 1011100 100101 101111 0 111100 110001 1000000 101011101 101011 11001

Color Harmonies of #5C252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C252F

Black with #5C252F

Text Example


Text Example

White with #5C252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,37,47); }

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

background-color css

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

 a { background-color: rgb(92,37,47); }

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

border-color css

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

 span { border-color: rgb(92,37,47); }

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