Html Css Color HEX #532B36 Black Rose

📋 copy color: '#532B36'

red 83 ◦ green 43 ◦ blue 54

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

Shades of Black Rose #532B36

Tints of Black Rose #532B36

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.89%

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

R = 46.11%
G = 23.89%
B = 30%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#532B36 (or 0x532B36) is known color: Black Rose. HEX triplet: 53, 2B and 36. RGB value is (83,43,54). Sum of RGB (Red+Green+Blue) = 83+43+54=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #532B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B36 is #ACD4C9. Grayscale: #383838. Windows color (decimal): -11326666 or 3550035. OLE color: 3550035.

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

Color convert

RGB 83 43 54 -
CMYK 0 0.48 0.35 0.67
HSL 343.5º 0.32% 0.25% -
HSV(B) 343.5º 0.48% 0.33% -
XYZ 5.1 3.83 3.96 -
YUV 56.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 83 43 54 0 0.48 0.35 0.67 343.5 0.32 0.25
Hex 53 2B 36 0 30 23 43 158 20 19
Octal 123 53 66 0 60 43 103 530 40 31
Binary 1010011 101011 110110 0 110000 100011 1000011 101011000 100000 11001

Color Harmonies of #532B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532B36

Black with #532B36

Text Example


Text Example

White with #532B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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