Html Css Color HEX #421253 Scarlet Gum

📋 copy color: '#421253'

red 66 ◦ green 18 ◦ blue 83

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

Shades of Scarlet Gum #421253

Tints of Scarlet Gum #421253

RGB

 RED value IS 66 (26.17% from 255) = 39.52%

 GREEN value IS 18 (7.42% from 255) = 10.78%

 BLUE value IS 83 (32.81% from 255) = 49.7%

R = 39.52%
G = 10.78%
B = 49.7%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#421253 (or 0x421253) is known color: Scarlet Gum. HEX triplet: 42, 12 and 53. RGB value is (66,18,83). Sum of RGB (Red+Green+Blue) = 66+18+83=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #421253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421253 is #BDEDAC. Grayscale: #272727. Windows color (decimal): -12447149 or 5444162. OLE color: 5444162.

HSL color Cylindrical-coordinate representation of color #421253: hue angle of 284.31º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #421253 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 18 83 -
CMYK 0.20 0.78 0 0.67
HSL 284.31º 0.64% 0.2% -
HSV(B) 284.31º 0.78% 0.33% -
XYZ 4.02 2.22 8.4 -
YUV 39.76 152.4 146.71 -
System Red Green Blue C M Y K H S L
Decimal 66 18 83 0.20 0.78 0 0.67 284.31 0.64 0.2
Hex 42 12 53 14 4E 0 43 11C 40 14
Octal 102 22 123 24 116 0 103 434 100 24
Binary 1000010 10010 1010011 10100 1001110 0 1000011 100011100 1000000 10100

Color Harmonies of #421253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421253

Black with #421253

Text Example


Text Example

White with #421253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421253; }

 p { color: rgb(66,18,83); }

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

background-color css

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

 a { background-color: rgb(66,18,83); }

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

border-color css

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

 span { border-color: rgb(66,18,83); }

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