Html Css Color HEX #532837 Black Rose

📋 copy color: '#532837'

red 83 ◦ green 40 ◦ blue 55

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

Shades of Black Rose #532837

Tints of Black Rose #532837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 30.9%

R = 46.63%
G = 22.47%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#532837 (or 0x532837) is known color: Black Rose. HEX triplet: 53, 28 and 37. RGB value is (83,40,55). Sum of RGB (Red+Green+Blue) = 83+40+55=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 55 (21.88% from 255 or 30.90% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #532837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532837 is #ACD7C8. Grayscale: #363636. Windows color (decimal): -11327433 or 3614803. OLE color: 3614803.

HSL color Cylindrical-coordinate representation of color #532837: hue angle of 339.07º 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 #532837 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 40 55 -
CMYK 0 0.52 0.34 0.67
HSL 339.07º 0.35% 0.24% -
HSV(B) 339.07º 0.52% 0.33% -
XYZ 5.02 3.63 4.05 -
YUV 54.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 83 40 55 0 0.52 0.34 0.67 339.07 0.35 0.24
Hex 53 28 37 0 34 22 43 153 23 18
Octal 123 50 67 0 64 42 103 523 43 30
Binary 1010011 101000 110111 0 110100 100010 1000011 101010011 100011 11000

Color Harmonies of #532837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532837

Black with #532837

Text Example


Text Example

White with #532837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532837; }

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

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

background-color css

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

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

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

border-color css

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

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

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