Html Css Color HEX #42264B Scarlet Gum

📋 copy color: '#42264B'

red 66 ◦ green 38 ◦ blue 75

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

Shades of Scarlet Gum #42264B

Tints of Scarlet Gum #42264B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.23%

 BLUE value IS 75 (29.69% from 255) = 41.9%

R = 36.87%
G = 21.23%
B = 41.9%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42264B (or 0x42264B) is known color: Scarlet Gum. HEX triplet: 42, 26 and 4B. RGB value is (66,38,75). Sum of RGB (Red+Green+Blue) = 66+38+75=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 75 - color contains mainly: blue. Hex color #42264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42264B is #BDD9B4. Grayscale: #323232. Windows color (decimal): -12442037 or 4924994. OLE color: 4924994.

HSL color Cylindrical-coordinate representation of color #42264B: hue angle of 285.41º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42264B is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 38 75 -
CMYK 0.12 0.49 0 0.71
HSL 285.41º 0.33% 0.22% -
HSV(B) 285.41º 0.49% 0.29% -
XYZ 4.21 3.05 7.02 -
YUV 50.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 66 38 75 0.12 0.49 0 0.71 285.41 0.33 0.22
Hex 42 26 4B C 31 0 47 11D 21 16
Octal 102 46 113 14 61 0 107 435 41 26
Binary 1000010 100110 1001011 1100 110001 0 1000111 100011101 100001 10110

Color Harmonies of #42264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42264B

Black with #42264B

Text Example


Text Example

White with #42264B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42264B; }

 p { color: rgb(66,38,75); }

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

background-color css

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

 a { background-color: rgb(66,38,75); }

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

border-color css

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

 span { border-color: rgb(66,38,75); }

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