Html Css Color HEX #5C252B Jazz

📋 copy color: '#5C252B'

red 92 ◦ green 37 ◦ blue 43

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

Shades of Jazz #5C252B

Tints of Jazz #5C252B

RGB

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

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

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

R = 53.49%
G = 21.51%
B = 25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#5C252B (or 0x5C252B) is known color: Jazz. HEX triplet: 5C, 25 and 2B. RGB value is (92,37,43). Sum of RGB (Red+Green+Blue) = 92+37+43=172 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.49% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 92 - color contains mainly: red. Hex color #5C252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C252B is #A3DAD4. Grayscale: #363636. Windows color (decimal): -10738389 or 2827612. OLE color: 2827612.

HSL color Cylindrical-coordinate representation of color #5C252B: hue angle of 353.45º 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 #5C252B is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 37 43 -
CMYK 0 0.60 0.53 0.64
HSL 353.45º 0.43% 0.25% -
HSV(B) 353.45º 0.6% 0.36% -
XYZ 5.51 3.77 2.72 -
YUV 54.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 92 37 43 0 0.60 0.53 0.64 353.45 0.43 0.25
Hex 5C 25 2B 0 3C 35 40 161 2B 19
Octal 134 45 53 0 74 65 100 541 53 31
Binary 1011100 100101 101011 0 111100 110101 1000000 101100001 101011 11001

Color Harmonies of #5C252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C252B

Black with #5C252B

Text Example


Text Example

White with #5C252B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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