Html Css Color HEX #532938 Black Rose

📋 copy color: '#532938'

red 83 ◦ green 41 ◦ blue 56

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

Shades of Black Rose #532938

Tints of Black Rose #532938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.78%

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

R = 46.11%
G = 22.78%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#532938 (or 0x532938) is known color: Black Rose. HEX triplet: 53, 29 and 38. RGB value is (83,41,56). Sum of RGB (Red+Green+Blue) = 83+41+56=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #532938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532938 is #ACD6C7. Grayscale: #373737. Windows color (decimal): -11327176 or 3680595. OLE color: 3680595.

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

Color convert

RGB 83 41 56 -
CMYK 0 0.51 0.33 0.67
HSL 338.57º 0.34% 0.24% -
HSV(B) 338.57º 0.51% 0.33% -
XYZ 5.07 3.71 4.19 -
YUV 55.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 83 41 56 0 0.51 0.33 0.67 338.57 0.34 0.24
Hex 53 29 38 0 33 21 43 153 22 18
Octal 123 51 70 0 63 41 103 523 42 30
Binary 1010011 101001 111000 0 110011 100001 1000011 101010011 100010 11000

Color Harmonies of #532938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532938

Black with #532938

Text Example


Text Example

White with #532938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532938; }

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

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

background-color css

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

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

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

border-color css

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

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

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