Html Css Color HEX #572C30 Jazz

📋 copy color: '#572C30'

red 87 ◦ green 44 ◦ blue 48

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

Shades of Jazz #572C30

Tints of Jazz #572C30

RGB

 RED value IS 87 (34.38% from 255) = 48.6%

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

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

R = 48.6%
G = 24.58%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#572C30 (or 0x572C30) is known color: Jazz. HEX triplet: 57, 2C and 30. RGB value is (87,44,48). Sum of RGB (Red+Green+Blue) = 87+44+48=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #572C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572C30 is #A8D3CF. Grayscale: #393939. Windows color (decimal): -11064272 or 3157079. OLE color: 3157079.

HSL color Cylindrical-coordinate representation of color #572C30: hue angle of 354.42º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #572C30 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 44 48 -
CMYK 0 0.49 0.45 0.66
HSL 354.42º 0.33% 0.26% -
HSV(B) 354.42º 0.49% 0.34% -
XYZ 5.36 4.04 3.29 -
YUV 57.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 87 44 48 0 0.49 0.45 0.66 354.42 0.33 0.26
Hex 57 2C 30 0 31 2D 42 162 21 1A
Octal 127 54 60 0 61 55 102 542 41 32
Binary 1010111 101100 110000 0 110001 101101 1000010 101100010 100001 11010

Color Harmonies of #572C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572C30

Black with #572C30

Text Example


Text Example

White with #572C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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