Html Css Color HEX #532A38 Black Rose

📋 copy color: '#532A38'

red 83 ◦ green 42 ◦ blue 56

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

Shades of Black Rose #532A38

Tints of Black Rose #532A38

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.2%

 BLUE value IS 56 (22.27% from 255) = 30.94%

R = 45.86%
G = 23.2%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#532A38 (or 0x532A38) is known color: Black Rose. HEX triplet: 53, 2A and 38. RGB value is (83,42,56). Sum of RGB (Red+Green+Blue) = 83+42+56=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #532A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A38 is #ACD5C7. Grayscale: #373737. Windows color (decimal): -11326920 or 3680851. OLE color: 3680851.

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

Color convert

RGB 83 42 56 -
CMYK 0 0.49 0.33 0.67
HSL 339.51º 0.33% 0.25% -
HSV(B) 339.51º 0.49% 0.33% -
XYZ 5.11 3.78 4.2 -
YUV 55.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 83 42 56 0 0.49 0.33 0.67 339.51 0.33 0.25
Hex 53 2A 38 0 31 21 43 154 21 19
Octal 123 52 70 0 61 41 103 524 41 31
Binary 1010011 101010 111000 0 110001 100001 1000011 101010100 100001 11001

Color Harmonies of #532A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532A38

Black with #532A38

Text Example


Text Example

White with #532A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,42,56); }

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

background-color css

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

 a { background-color: rgb(83,42,56); }

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

border-color css

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

 span { border-color: rgb(83,42,56); }

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