Html Css Color HEX #421852 Scarlet Gum

📋 copy color: '#421852'

red 66 ◦ green 24 ◦ blue 82

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

Shades of Scarlet Gum #421852

Tints of Scarlet Gum #421852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.95%

 BLUE value IS 82 (32.42% from 255) = 47.67%

R = 38.37%
G = 13.95%
B = 47.67%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#421852 (or 0x421852) is known color: Scarlet Gum. HEX triplet: 42, 18 and 52. RGB value is (66,24,82). Sum of RGB (Red+Green+Blue) = 66+24+82=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #421852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421852 is #BDE7AD. Grayscale: #2A2A2A. Windows color (decimal): -12445614 or 5380162. OLE color: 5380162.

HSL color Cylindrical-coordinate representation of color #421852: hue angle of 283.45º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #421852 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 24 82 -
CMYK 0.20 0.71 0 0.68
HSL 283.45º 0.55% 0.21% -
HSV(B) 283.45º 0.71% 0.32% -
XYZ 4.1 2.42 8.23 -
YUV 43.17 149.91 144.28 -
System Red Green Blue C M Y K H S L
Decimal 66 24 82 0.20 0.71 0 0.68 283.45 0.55 0.21
Hex 42 18 52 14 47 0 44 11B 37 15
Octal 102 30 122 24 107 0 104 433 67 25
Binary 1000010 11000 1010010 10100 1000111 0 1000100 100011011 110111 10101

Color Harmonies of #421852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421852

Black with #421852

Text Example


Text Example

White with #421852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421852; }

 p { color: rgb(66,24,82); }

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

background-color css

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

 a { background-color: rgb(66,24,82); }

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

border-color css

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

 span { border-color: rgb(66,24,82); }

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