Html Css Color HEX #531D2D Black Rose

📋 copy color: '#531D2D'

red 83 ◦ green 29 ◦ blue 45

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

Shades of Black Rose #531D2D

Tints of Black Rose #531D2D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.47%

 BLUE value IS 45 (17.97% from 255) = 28.66%

R = 52.87%
G = 18.47%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#531D2D (or 0x531D2D) is known color: Black Rose. HEX triplet: 53, 1D and 2D. RGB value is (83,29,45). Sum of RGB (Red+Green+Blue) = 83+29+45=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #531D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D2D is #ACE2D2. Grayscale: #2E2E2E. Windows color (decimal): -11330259 or 2956627. OLE color: 2956627.

HSL color Cylindrical-coordinate representation of color #531D2D: hue angle of 342.22º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #531D2D is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 29 45 -
CMYK 0 0.65 0.46 0.67
HSL 342.22º 0.48% 0.22% -
HSV(B) 342.22º 0.65% 0.33% -
XYZ 4.48 2.91 2.81 -
YUV 46.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 83 29 45 0 0.65 0.46 0.67 342.22 0.48 0.22
Hex 53 1D 2D 0 41 2E 43 156 30 16
Octal 123 35 55 0 101 56 103 526 60 26
Binary 1010011 11101 101101 0 1000001 101110 1000011 101010110 110000 10110

Color Harmonies of #531D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D2D

Black with #531D2D

Text Example


Text Example

White with #531D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531D2D; }

 p { color: rgb(83,29,45); }

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

background-color css

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

 a { background-color: rgb(83,29,45); }

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

border-color css

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

 span { border-color: rgb(83,29,45); }

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