Html Css Color HEX #7E1235 Claret

📋 copy color: '#7E1235'

red 126 ◦ green 18 ◦ blue 53

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

Shades of Claret #7E1235

Tints of Claret #7E1235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.14%

 BLUE value IS 53 (21.09% from 255) = 26.9%

R = 63.96%
G = 9.14%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7E1235 (or 0x7E1235) is known color: Claret. HEX triplet: 7E, 12 and 35. RGB value is (126,18,53). Sum of RGB (Red+Green+Blue) = 126+18+53=197 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.96% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1235 is #81EDCA. Grayscale: #363636. Windows color (decimal): -8515019 or 3478142. OLE color: 3478142.

HSL color Cylindrical-coordinate representation of color #7E1235: hue angle of 340.56º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E1235 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 18 53 -
CMYK 0 0.86 0.58 0.51
HSL 340.56º 0.75% 0.28% -
HSV(B) 340.56º 0.86% 0.49% -
XYZ 9.46 5.13 3.86 -
YUV 54.28 127.28 179.15 -
System Red Green Blue C M Y K H S L
Decimal 126 18 53 0 0.86 0.58 0.51 340.56 0.75 0.28
Hex 7E 12 35 0 56 3A 33 155 4B 1C
Octal 176 22 65 0 126 72 63 525 113 34
Binary 1111110 10010 110101 0 1010110 111010 110011 101010101 1001011 11100

Color Harmonies of #7E1235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1235

Black with #7E1235

Text Example


Text Example

White with #7E1235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,18,53); }

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

background-color css

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

 a { background-color: rgb(126,18,53); }

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

border-color css

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

 span { border-color: rgb(126,18,53); }

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