Html Css Color HEX #7E1033 Claret

📋 copy color: '#7E1033'

red 126 ◦ green 16 ◦ blue 51

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

Shades of Claret #7E1033

Tints of Claret #7E1033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.29%

 BLUE value IS 51 (20.31% from 255) = 26.42%

R = 65.28%
G = 8.29%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7E1033 (or 0x7E1033) is known color: Claret. HEX triplet: 7E, 10 and 33. RGB value is (126,16,51). Sum of RGB (Red+Green+Blue) = 126+16+51=193 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.28% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1033 is #81EFCC. Grayscale: #343434. Windows color (decimal): -8515533 or 3346558. OLE color: 3346558.

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

Color convert

RGB 126 16 51 -
CMYK 0 0.87 0.60 0.51
HSL 340.91º 0.77% 0.28% -
HSV(B) 340.91º 0.87% 0.49% -
XYZ 9.39 5.05 3.61 -
YUV 52.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 126 16 51 0 0.87 0.60 0.51 340.91 0.77 0.28
Hex 7E 10 33 0 57 3C 33 155 4D 1C
Octal 176 20 63 0 127 74 63 525 115 34
Binary 1111110 10000 110011 0 1010111 111100 110011 101010101 1001101 11100

Color Harmonies of #7E1033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1033

Black with #7E1033

Text Example


Text Example

White with #7E1033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,16,51); }

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

background-color css

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

 a { background-color: rgb(126,16,51); }

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

border-color css

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

 span { border-color: rgb(126,16,51); }

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