Html Css Color HEX #532C39 Black Rose

📋 copy color: '#532C39'

red 83 ◦ green 44 ◦ blue 57

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

Shades of Black Rose #532C39

Tints of Black Rose #532C39

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.91%

 BLUE value IS 57 (22.66% from 255) = 30.98%

R = 45.11%
G = 23.91%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#532C39 (or 0x532C39) is known color: Black Rose. HEX triplet: 53, 2C and 39. RGB value is (83,44,57). Sum of RGB (Red+Green+Blue) = 83+44+57=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #532C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C39 is #ACD3C6. Grayscale: #393939. Windows color (decimal): -11326407 or 3746899. OLE color: 3746899.

HSL color Cylindrical-coordinate representation of color #532C39: hue angle of 340º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532C39 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 44 57 -
CMYK 0 0.47 0.31 0.67
HSL 340º 0.31% 0.25% -
HSV(B) 340º 0.47% 0.33% -
XYZ 5.21 3.94 4.36 -
YUV 57.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 83 44 57 0 0.47 0.31 0.67 340 0.31 0.25
Hex 53 2C 39 0 2F 1F 43 154 1F 19
Octal 123 54 71 0 57 37 103 524 37 31
Binary 1010011 101100 111001 0 101111 11111 1000011 101010100 11111 11001

Color Harmonies of #532C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C39

Black with #532C39

Text Example


Text Example

White with #532C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532C39; }

 p { color: rgb(83,44,57); }

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

background-color css

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

 a { background-color: rgb(83,44,57); }

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

border-color css

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

 span { border-color: rgb(83,44,57); }

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