Html Css Color HEX #532836 Black Rose

📋 copy color: '#532836'

red 83 ◦ green 40 ◦ blue 54

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

Shades of Black Rose #532836

Tints of Black Rose #532836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.6%

 BLUE value IS 54 (21.48% from 255) = 30.51%

R = 46.89%
G = 22.6%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#532836 (or 0x532836) is known color: Black Rose. HEX triplet: 53, 28 and 36. RGB value is (83,40,54). Sum of RGB (Red+Green+Blue) = 83+40+54=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #532836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532836 is #ACD7C9. Grayscale: #363636. Windows color (decimal): -11327434 or 3549267. OLE color: 3549267.

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

Color convert

RGB 83 40 54 -
CMYK 0 0.52 0.35 0.67
HSL 340.47º 0.35% 0.24% -
HSV(B) 340.47º 0.52% 0.33% -
XYZ 4.99 3.62 3.93 -
YUV 54.45 127.75 148.36 -
System Red Green Blue C M Y K H S L
Decimal 83 40 54 0 0.52 0.35 0.67 340.47 0.35 0.24
Hex 53 28 36 0 34 23 43 154 23 18
Octal 123 50 66 0 64 43 103 524 43 30
Binary 1010011 101000 110110 0 110100 100011 1000011 101010100 100011 11000

Color Harmonies of #532836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532836

Black with #532836

Text Example


Text Example

White with #532836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532836; }

 p { color: rgb(83,40,54); }

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

background-color css

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

 a { background-color: rgb(83,40,54); }

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

border-color css

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

 span { border-color: rgb(83,40,54); }

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