Html Css Color HEX #532431 Black Rose

📋 copy color: '#532431'

red 83 ◦ green 36 ◦ blue 49

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

Shades of Black Rose #532431

Tints of Black Rose #532431

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.43%

 BLUE value IS 49 (19.53% from 255) = 29.17%

R = 49.4%
G = 21.43%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#532431 (or 0x532431) is known color: Black Rose. HEX triplet: 53, 24 and 31. RGB value is (83,36,49). Sum of RGB (Red+Green+Blue) = 83+36+49=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #532431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532431 is #ACDBCE. Grayscale: #333333. Windows color (decimal): -11328463 or 3220563. OLE color: 3220563.

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

Color convert

RGB 83 36 49 -
CMYK 0 0.57 0.41 0.67
HSL 343.4º 0.39% 0.23% -
HSV(B) 343.4º 0.57% 0.33% -
XYZ 4.75 3.32 3.3 -
YUV 51.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 83 36 49 0 0.57 0.41 0.67 343.4 0.39 0.23
Hex 53 24 31 0 39 29 43 157 27 17
Octal 123 44 61 0 71 51 103 527 47 27
Binary 1010011 100100 110001 0 111001 101001 1000011 101010111 100111 10111

Color Harmonies of #532431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532431

Black with #532431

Text Example


Text Example

White with #532431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532431; }

 p { color: rgb(83,36,49); }

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

background-color css

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

 a { background-color: rgb(83,36,49); }

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

border-color css

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

 span { border-color: rgb(83,36,49); }

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