Html Css Color HEX #532336 Black Rose

📋 copy color: '#532336'

red 83 ◦ green 35 ◦ blue 54

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

Shades of Black Rose #532336

Tints of Black Rose #532336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

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

R = 48.26%
G = 20.35%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#532336 (or 0x532336) is known color: Black Rose. HEX triplet: 53, 23 and 36. RGB value is (83,35,54). Sum of RGB (Red+Green+Blue) = 83+35+54=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #532336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532336 is #ACDCC9. Grayscale: #333333. Windows color (decimal): -11328714 or 3547987. OLE color: 3547987.

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

Color convert

RGB 83 35 54 -
CMYK 0 0.58 0.35 0.67
HSL 336.25º 0.41% 0.23% -
HSV(B) 336.25º 0.58% 0.33% -
XYZ 4.83 3.31 3.87 -
YUV 51.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 83 35 54 0 0.58 0.35 0.67 336.25 0.41 0.23
Hex 53 23 36 0 3A 23 43 150 29 17
Octal 123 43 66 0 72 43 103 520 51 27
Binary 1010011 100011 110110 0 111010 100011 1000011 101010000 101001 10111

Color Harmonies of #532336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532336

Black with #532336

Text Example


Text Example

White with #532336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532336; }

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

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

background-color css

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

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

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

border-color css

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

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

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