Html Css Color HEX #421953 Scarlet Gum

📋 copy color: '#421953'

red 66 ◦ green 25 ◦ blue 83

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

Shades of Scarlet Gum #421953

Tints of Scarlet Gum #421953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

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

R = 37.93%
G = 14.37%
B = 47.7%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#421953 (or 0x421953) is known color: Scarlet Gum. HEX triplet: 42, 19 and 53. RGB value is (66,25,83). Sum of RGB (Red+Green+Blue) = 66+25+83=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #421953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421953 is #BDE6AC. Grayscale: #2B2B2B. Windows color (decimal): -12445357 or 5445954. OLE color: 5445954.

HSL color Cylindrical-coordinate representation of color #421953: hue angle of 282.41º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421953 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 25 83 -
CMYK 0.20 0.70 0 0.67
HSL 282.41º 0.54% 0.21% -
HSV(B) 282.41º 0.7% 0.33% -
XYZ 4.16 2.48 8.44 -
YUV 43.87 150.08 143.78 -
System Red Green Blue C M Y K H S L
Decimal 66 25 83 0.20 0.70 0 0.67 282.41 0.54 0.21
Hex 42 19 53 14 46 0 43 11A 36 15
Octal 102 31 123 24 106 0 103 432 66 25
Binary 1000010 11001 1010011 10100 1000110 0 1000011 100011010 110110 10101

Color Harmonies of #421953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421953

Black with #421953

Text Example


Text Example

White with #421953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421953; }

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

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

background-color css

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

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

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

border-color css

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

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

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