Html Css Color HEX #532833 Black Rose

📋 copy color: '#532833'

red 83 ◦ green 40 ◦ blue 51

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

Shades of Black Rose #532833

Tints of Black Rose #532833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.99%

 BLUE value IS 51 (20.31% from 255) = 29.31%

R = 47.7%
G = 22.99%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#532833 (or 0x532833) is known color: Black Rose. HEX triplet: 53, 28 and 33. RGB value is (83,40,51). Sum of RGB (Red+Green+Blue) = 83+40+51=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #532833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532833 is #ACD7CC. Grayscale: #363636. Windows color (decimal): -11327437 or 3352659. OLE color: 3352659.

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

Color convert

RGB 83 40 51 -
CMYK 0 0.52 0.39 0.67
HSL 344.65º 0.35% 0.24% -
HSV(B) 344.65º 0.52% 0.33% -
XYZ 4.92 3.6 3.57 -
YUV 54.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 83 40 51 0 0.52 0.39 0.67 344.65 0.35 0.24
Hex 53 28 33 0 34 27 43 159 23 18
Octal 123 50 63 0 64 47 103 531 43 30
Binary 1010011 101000 110011 0 110100 100111 1000011 101011001 100011 11000

Color Harmonies of #532833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532833

Black with #532833

Text Example


Text Example

White with #532833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532833; }

 p { color: rgb(83,40,51); }

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

background-color css

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

 a { background-color: rgb(83,40,51); }

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

border-color css

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

 span { border-color: rgb(83,40,51); }

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