Html Css Color HEX #7E1A39 Claret

📋 copy color: '#7E1A39'

red 126 ◦ green 26 ◦ blue 57

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

Shades of Claret #7E1A39

Tints of Claret #7E1A39

RGB

 RED value IS 126 (49.61% from 255) = 60.29%

 GREEN value IS 26 (10.55% from 255) = 12.44%

 BLUE value IS 57 (22.66% from 255) = 27.27%

R = 60.29%
G = 12.44%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7E1A39 (or 0x7E1A39) is known color: Claret. HEX triplet: 7E, 1A and 39. RGB value is (126,26,57). Sum of RGB (Red+Green+Blue) = 126+26+57=209 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.29% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1A39 is #81E5C6. Grayscale: #3B3B3B. Windows color (decimal): -8512967 or 3742334. OLE color: 3742334.

HSL color Cylindrical-coordinate representation of color #7E1A39: hue angle of 341.4º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E1A39 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 26 57 -
CMYK 0 0.79 0.55 0.51
HSL 341.4º 0.66% 0.3% -
HSV(B) 341.4º 0.79% 0.49% -
XYZ 9.71 5.47 4.41 -
YUV 59.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 126 26 57 0 0.79 0.55 0.51 341.4 0.66 0.3
Hex 7E 1A 39 0 4F 37 33 155 42 1E
Octal 176 32 71 0 117 67 63 525 102 36
Binary 1111110 11010 111001 0 1001111 110111 110011 101010101 1000010 11110

Color Harmonies of #7E1A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1A39

Black with #7E1A39

Text Example


Text Example

White with #7E1A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E1A39; }

 p { color: rgb(126,26,57); }

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

background-color css

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

 a { background-color: rgb(126,26,57); }

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

border-color css

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

 span { border-color: rgb(126,26,57); }

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