Html Css Color HEX #53272F Black Rose

📋 copy color: '#53272F'

red 83 ◦ green 39 ◦ blue 47

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

Shades of Black Rose #53272F

Tints of Black Rose #53272F

RGB

 RED value IS 83 (32.81% from 255) = 49.11%

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

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

R = 49.11%
G = 23.08%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#53272F (or 0x53272F) is known color: Black Rose. HEX triplet: 53, 27 and 2F. RGB value is (83,39,47). Sum of RGB (Red+Green+Blue) = 83+39+47=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #53272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53272F is #ACD8D0. Grayscale: #353535. Windows color (decimal): -11327697 or 3090259. OLE color: 3090259.

HSL color Cylindrical-coordinate representation of color #53272F: hue angle of 349.09º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53272F is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 39 47 -
CMYK 0 0.53 0.43 0.67
HSL 349.09º 0.36% 0.24% -
HSV(B) 349.09º 0.53% 0.33% -
XYZ 4.81 3.5 3.11 -
YUV 53.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 83 39 47 0 0.53 0.43 0.67 349.09 0.36 0.24
Hex 53 27 2F 0 35 2B 43 15D 24 18
Octal 123 47 57 0 65 53 103 535 44 30
Binary 1010011 100111 101111 0 110101 101011 1000011 101011101 100100 11000

Color Harmonies of #53272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53272F

Black with #53272F

Text Example


Text Example

White with #53272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53272F; }

 p { color: rgb(83,39,47); }

 H1.HeaderClassName
 {
   color: #53272F;
 }
 .AnyTagClassName
 {
   color: #53272F;
 }
</style>

background-color css

<style>
 a { background-color: #53272F; }

 a { background-color: rgb(83,39,47); }

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

border-color css

<style>
 span { border-color: #53272F; }

 span { border-color: rgb(83,39,47); }

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