Html Css Color HEX #44274E Scarlet Gum

📋 copy color: '#44274E'

red 68 ◦ green 39 ◦ blue 78

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

Shades of Scarlet Gum #44274E

Tints of Scarlet Gum #44274E

RGB

 RED value IS 68 (26.95% from 255) = 36.76%

 GREEN value IS 39 (15.63% from 255) = 21.08%

 BLUE value IS 78 (30.86% from 255) = 42.16%

R = 36.76%
G = 21.08%
B = 42.16%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#44274E (or 0x44274E) is known color: Scarlet Gum. HEX triplet: 44, 27 and 4E. RGB value is (68,39,78). Sum of RGB (Red+Green+Blue) = 68+39+78=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #44274E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44274E is #BBD8B1. Grayscale: #333333. Windows color (decimal): -12310706 or 5121860. OLE color: 5121860.

HSL color Cylindrical-coordinate representation of color #44274E: hue angle of 284.62º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44274E is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 39 78 -
CMYK 0.13 0.50 0 0.69
HSL 284.62º 0.33% 0.23% -
HSV(B) 284.62º 0.5% 0.31% -
XYZ 4.48 3.23 7.59 -
YUV 52.12 142.61 139.33 -
System Red Green Blue C M Y K H S L
Decimal 68 39 78 0.13 0.50 0 0.69 284.62 0.33 0.23
Hex 44 27 4E D 32 0 45 11D 21 17
Octal 104 47 116 15 62 0 105 435 41 27
Binary 1000100 100111 1001110 1101 110010 0 1000101 100011101 100001 10111

Color Harmonies of #44274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44274E

Black with #44274E

Text Example


Text Example

White with #44274E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44274E; }

 p { color: rgb(68,39,78); }

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

background-color css

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

 a { background-color: rgb(68,39,78); }

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

border-color css

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

 span { border-color: rgb(68,39,78); }

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