Html Css Color HEX #532138 Black Rose

📋 copy color: '#532138'

red 83 ◦ green 33 ◦ blue 56

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

Shades of Black Rose #532138

Tints of Black Rose #532138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.19%

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

R = 48.26%
G = 19.19%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#532138 (or 0x532138) is known color: Black Rose. HEX triplet: 53, 21 and 38. RGB value is (83,33,56). Sum of RGB (Red+Green+Blue) = 83+33+56=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #532138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532138 is #ACDEC7. Grayscale: #323232. Windows color (decimal): -11329224 or 3678547. OLE color: 3678547.

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

Color convert

RGB 83 33 56 -
CMYK 0 0.60 0.33 0.67
HSL 332.4º 0.43% 0.23% -
HSV(B) 332.4º 0.6% 0.33% -
XYZ 4.82 3.21 4.11 -
YUV 50.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 83 33 56 0 0.60 0.33 0.67 332.4 0.43 0.23
Hex 53 21 38 0 3C 21 43 14C 2B 17
Octal 123 41 70 0 74 41 103 514 53 27
Binary 1010011 100001 111000 0 111100 100001 1000011 101001100 101011 10111

Color Harmonies of #532138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532138

Black with #532138

Text Example


Text Example

White with #532138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532138; }

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

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

background-color css

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

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

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

border-color css

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

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

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