Html Css Color HEX #452F50 Scarlet Gum

📋 copy color: '#452F50'

red 69 ◦ green 47 ◦ blue 80

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

Shades of Scarlet Gum #452F50

Tints of Scarlet Gum #452F50

RGB

 RED value IS 69 (27.34% from 255) = 35.2%

 GREEN value IS 47 (18.75% from 255) = 23.98%

 BLUE value IS 80 (31.64% from 255) = 40.82%

R = 35.2%
G = 23.98%
B = 40.82%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#452F50 (or 0x452F50) is known color: Scarlet Gum. HEX triplet: 45, 2F and 50. RGB value is (69,47,80). Sum of RGB (Red+Green+Blue) = 69+47+80=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #452F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452F50 is #BAD0AF. Grayscale: #393939. Windows color (decimal): -12243120 or 5254981. OLE color: 5254981.

HSL color Cylindrical-coordinate representation of color #452F50: hue angle of 280º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #452F50 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 47 80 -
CMYK 0.14 0.41 0 0.69
HSL 280º 0.26% 0.25% -
HSV(B) 280º 0.41% 0.31% -
XYZ 4.92 3.88 8.08 -
YUV 57.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 69 47 80 0.14 0.41 0 0.69 280 0.26 0.25
Hex 45 2F 50 E 29 0 45 118 1A 19
Octal 105 57 120 16 51 0 105 430 32 31
Binary 1000101 101111 1010000 1110 101001 0 1000101 100011000 11010 11001

Color Harmonies of #452F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452F50

Black with #452F50

Text Example


Text Example

White with #452F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452F50; }

 p { color: rgb(69,47,80); }

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

background-color css

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

 a { background-color: rgb(69,47,80); }

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

border-color css

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

 span { border-color: rgb(69,47,80); }

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