Html Css Color HEX #531C30 Black Rose

📋 copy color: '#531C30'

red 83 ◦ green 28 ◦ blue 48

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

Shades of Black Rose #531C30

Tints of Black Rose #531C30

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.61%

 BLUE value IS 48 (19.14% from 255) = 30.19%

R = 52.2%
G = 17.61%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#531C30 (or 0x531C30) is known color: Black Rose. HEX triplet: 53, 1C and 30. RGB value is (83,28,48). Sum of RGB (Red+Green+Blue) = 83+28+48=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #531C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C30 is #ACE3CF. Grayscale: #2E2E2E. Windows color (decimal): -11330512 or 3152979. OLE color: 3152979.

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

Color convert

RGB 83 28 48 -
CMYK 0 0.66 0.42 0.67
HSL 338.18º 0.5% 0.22% -
HSV(B) 338.18º 0.66% 0.33% -
XYZ 4.52 2.88 3.11 -
YUV 46.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 83 28 48 0 0.66 0.42 0.67 338.18 0.5 0.22
Hex 53 1C 30 0 42 2A 43 152 32 16
Octal 123 34 60 0 102 52 103 522 62 26
Binary 1010011 11100 110000 0 1000010 101010 1000011 101010010 110010 10110

Color Harmonies of #531C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C30

Black with #531C30

Text Example


Text Example

White with #531C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,28,48); }

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

background-color css

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

 a { background-color: rgb(83,28,48); }

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

border-color css

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

 span { border-color: rgb(83,28,48); }

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