Html Css Color HEX #53202F Black Rose

📋 copy color: '#53202F'

red 83 ◦ green 32 ◦ blue 47

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

Shades of Black Rose #53202F

Tints of Black Rose #53202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.75%

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

R = 51.23%
G = 19.75%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#53202F (or 0x53202F) is known color: Black Rose. HEX triplet: 53, 20 and 2F. RGB value is (83,32,47). Sum of RGB (Red+Green+Blue) = 83+32+47=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53202F is #ACDFD0. Grayscale: #303030. Windows color (decimal): -11329489 or 3088467. OLE color: 3088467.

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

Color convert

RGB 83 32 47 -
CMYK 0 0.61 0.43 0.67
HSL 342.35º 0.44% 0.23% -
HSV(B) 342.35º 0.61% 0.33% -
XYZ 4.6 3.08 3.04 -
YUV 48.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 83 32 47 0 0.61 0.43 0.67 342.35 0.44 0.23
Hex 53 20 2F 0 3D 2B 43 156 2C 17
Octal 123 40 57 0 75 53 103 526 54 27
Binary 1010011 100000 101111 0 111101 101011 1000011 101010110 101100 10111

Color Harmonies of #53202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53202F

Black with #53202F

Text Example


Text Example

White with #53202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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