Html Css Color HEX #532631 Black Rose

📋 copy color: '#532631'

red 83 ◦ green 38 ◦ blue 49

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

Shades of Black Rose #532631

Tints of Black Rose #532631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.35%

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

R = 48.82%
G = 22.35%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#532631 (or 0x532631) is known color: Black Rose. HEX triplet: 53, 26 and 31. RGB value is (83,38,49). Sum of RGB (Red+Green+Blue) = 83+38+49=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #532631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532631 is #ACD9CE. Grayscale: #343434. Windows color (decimal): -11327951 or 3221075. OLE color: 3221075.

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

Color convert

RGB 83 38 49 -
CMYK 0 0.54 0.41 0.67
HSL 345.33º 0.37% 0.24% -
HSV(B) 345.33º 0.54% 0.33% -
XYZ 4.81 3.45 3.32 -
YUV 52.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 83 38 49 0 0.54 0.41 0.67 345.33 0.37 0.24
Hex 53 26 31 0 36 29 43 159 25 18
Octal 123 46 61 0 66 51 103 531 45 30
Binary 1010011 100110 110001 0 110110 101001 1000011 101011001 100101 11000

Color Harmonies of #532631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532631

Black with #532631

Text Example


Text Example

White with #532631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532631; }

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

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

background-color css

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

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

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

border-color css

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

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

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