Html Css Color HEX #531F33 Black Rose

📋 copy color: '#531F33'

red 83 ◦ green 31 ◦ blue 51

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

Shades of Black Rose #531F33

Tints of Black Rose #531F33

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.79%

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

R = 50.3%
G = 18.79%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#531F33 (or 0x531F33) is known color: Black Rose. HEX triplet: 53, 1F and 33. RGB value is (83,31,51). Sum of RGB (Red+Green+Blue) = 83+31+51=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #531F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F33 is #ACE0CC. Grayscale: #303030. Windows color (decimal): -11329741 or 3350355. OLE color: 3350355.

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

Color convert

RGB 83 31 51 -
CMYK 0 0.63 0.39 0.67
HSL 336.92º 0.46% 0.22% -
HSV(B) 336.92º 0.63% 0.33% -
XYZ 4.65 3.06 3.48 -
YUV 48.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 83 31 51 0 0.63 0.39 0.67 336.92 0.46 0.22
Hex 53 1F 33 0 3F 27 43 151 2E 16
Octal 123 37 63 0 77 47 103 521 56 26
Binary 1010011 11111 110011 0 111111 100111 1000011 101010001 101110 10110

Color Harmonies of #531F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F33

Black with #531F33

Text Example


Text Example

White with #531F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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