Html Css Color HEX #532437 Black Rose

📋 copy color: '#532437'

red 83 ◦ green 36 ◦ blue 55

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

Shades of Black Rose #532437

Tints of Black Rose #532437

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.69%

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

R = 47.7%
G = 20.69%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#532437 (or 0x532437) is known color: Black Rose. HEX triplet: 53, 24 and 37. RGB value is (83,36,55). Sum of RGB (Red+Green+Blue) = 83+36+55=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #532437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532437 is #ACDBC8. Grayscale: #343434. Windows color (decimal): -11328457 or 3613779. OLE color: 3613779.

HSL color Cylindrical-coordinate representation of color #532437: hue angle of 335.74º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #532437 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 36 55 -
CMYK 0 0.57 0.34 0.67
HSL 335.74º 0.39% 0.23% -
HSV(B) 335.74º 0.57% 0.33% -
XYZ 4.89 3.38 4.01 -
YUV 52.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 83 36 55 0 0.57 0.34 0.67 335.74 0.39 0.23
Hex 53 24 37 0 39 22 43 150 27 17
Octal 123 44 67 0 71 42 103 520 47 27
Binary 1010011 100100 110111 0 111001 100010 1000011 101010000 100111 10111

Color Harmonies of #532437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532437

Black with #532437

Text Example


Text Example

White with #532437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532437; }

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

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

background-color css

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

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

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

border-color css

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

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

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