Html Css Color HEX #57273D Black Rose

📋 copy color: '#57273D'

red 87 ◦ green 39 ◦ blue 61

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

Shades of Black Rose #57273D

Tints of Black Rose #57273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.86%

 BLUE value IS 61 (24.22% from 255) = 32.62%

R = 46.52%
G = 20.86%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.66

RGB Variations

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

Color information

#57273D (or 0x57273D) is known color: Black Rose. HEX triplet: 57, 27 and 3D. RGB value is (87,39,61). Sum of RGB (Red+Green+Blue) = 87+39+61=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #57273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57273D is #A8D8C2. Grayscale: #373737. Windows color (decimal): -11065539 or 4007767. OLE color: 4007767.

HSL color Cylindrical-coordinate representation of color #57273D: hue angle of 332.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57273D is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 39 61 -
CMYK 0 0.55 0.30 0.66
HSL 332.5º 0.38% 0.25% -
HSV(B) 332.5º 0.55% 0.34% -
XYZ 5.5 3.81 4.86 -
YUV 55.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 87 39 61 0 0.55 0.30 0.66 332.5 0.38 0.25
Hex 57 27 3D 0 37 1E 42 14C 26 19
Octal 127 47 75 0 67 36 102 514 46 31
Binary 1010111 100111 111101 0 110111 11110 1000010 101001100 100110 11001

Color Harmonies of #57273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57273D

Black with #57273D

Text Example


Text Example

White with #57273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57273D; }

 p { color: rgb(87,39,61); }

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

background-color css

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

 a { background-color: rgb(87,39,61); }

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

border-color css

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

 span { border-color: rgb(87,39,61); }

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