Html Css Color HEX #531B2F Black Rose

📋 copy color: '#531B2F'

red 83 ◦ green 27 ◦ blue 47

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

Shades of Black Rose #531B2F

Tints of Black Rose #531B2F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.2%

 BLUE value IS 47 (18.75% from 255) = 29.94%

R = 52.87%
G = 17.2%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#531B2F (or 0x531B2F) is known color: Black Rose. HEX triplet: 53, 1B and 2F. RGB value is (83,27,47). Sum of RGB (Red+Green+Blue) = 83+27+47=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #531B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B2F is #ACE4D0. Grayscale: #2E2E2E. Windows color (decimal): -11330769 or 3087187. OLE color: 3087187.

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

Color convert

RGB 83 27 47 -
CMYK 0 0.67 0.43 0.67
HSL 338.57º 0.51% 0.22% -
HSV(B) 338.57º 0.67% 0.33% -
XYZ 4.47 2.83 3 -
YUV 46.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 83 27 47 0 0.67 0.43 0.67 338.57 0.51 0.22
Hex 53 1B 2F 0 43 2B 43 153 33 16
Octal 123 33 57 0 103 53 103 523 63 26
Binary 1010011 11011 101111 0 1000011 101011 1000011 101010011 110011 10110

Color Harmonies of #531B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B2F

Black with #531B2F

Text Example


Text Example

White with #531B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,27,47); }

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

background-color css

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

 a { background-color: rgb(83,27,47); }

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

border-color css

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

 span { border-color: rgb(83,27,47); }

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