Html Css Color HEX #530F64 Scarlet Gum

📋 copy color: '#530F64'

red 83 ◦ green 15 ◦ blue 100

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

Shades of Scarlet Gum #530F64

Tints of Scarlet Gum #530F64

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.58%

 BLUE value IS 100 (39.45% from 255) = 50.51%

R = 41.92%
G = 7.58%
B = 50.51%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#530F64 (or 0x530F64) is known color: Scarlet Gum. HEX triplet: 53, 0F and 64. RGB value is (83,15,100). Sum of RGB (Red+Green+Blue) = 83+15+100=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 100 (39.45% from 255 or 50.51% from 198); Max value from RGB is 100 - color contains mainly: blue. Hex color #530F64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530F64 is #ACF09B. Grayscale: #2C2C2C. Windows color (decimal): -11333788 or 6557523. OLE color: 6557523.

HSL color Cylindrical-coordinate representation of color #530F64: hue angle of 288º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #530F64 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 15 100 -
CMYK 0.17 0.85 0 0.61
HSL 288º 0.74% 0.23% -
HSV(B) 288º 0.85% 0.39% -
XYZ 6.04 3.1 12.34 -
YUV 45.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 83 15 100 0.17 0.85 0 0.61 288 0.74 0.23
Hex 53 F 64 11 55 0 3D 120 4A 17
Octal 123 17 144 21 125 0 75 440 112 27
Binary 1010011 1111 1100100 10001 1010101 0 111101 100100000 1001010 10111

Color Harmonies of #530F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530F64

Black with #530F64

Text Example


Text Example

White with #530F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530F64; }

 p { color: rgb(83,15,100); }

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

background-color css

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

 a { background-color: rgb(83,15,100); }

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

border-color css

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

 span { border-color: rgb(83,15,100); }

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