Html Css Color HEX #481065 Scarlet Gum

📋 copy color: '#481065'

red 72 ◦ green 16 ◦ blue 101

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

Shades of Scarlet Gum #481065

Tints of Scarlet Gum #481065

RGB

 RED value IS 72 (28.52% from 255) = 38.1%

 GREEN value IS 16 (6.64% from 255) = 8.47%

 BLUE value IS 101 (39.84% from 255) = 53.44%

R = 38.1%
G = 8.47%
B = 53.44%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#481065 (or 0x481065) is known color: Scarlet Gum. HEX triplet: 48, 10 and 65. RGB value is (72,16,101). Sum of RGB (Red+Green+Blue) = 72+16+101=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #481065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481065 is #B7EF9A. Grayscale: #2A2A2A. Windows color (decimal): -12054427 or 6623304. OLE color: 6623304.

HSL color Cylindrical-coordinate representation of color #481065: hue angle of 279.53º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481065 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 16 101 -
CMYK 0.29 0.84 0 0.60
HSL 279.53º 0.73% 0.23% -
HSV(B) 279.53º 0.84% 0.4% -
XYZ 5.21 2.69 12.56 -
YUV 42.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 72 16 101 0.29 0.84 0 0.60 279.53 0.73 0.23
Hex 48 10 65 1D 54 0 3C 118 49 17
Octal 110 20 145 35 124 0 74 430 111 27
Binary 1001000 10000 1100101 11101 1010100 0 111100 100011000 1001001 10111

Color Harmonies of #481065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481065

Black with #481065

Text Example


Text Example

White with #481065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481065; }

 p { color: rgb(72,16,101); }

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

background-color css

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

 a { background-color: rgb(72,16,101); }

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

border-color css

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

 span { border-color: rgb(72,16,101); }

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