Html Css Color HEX #7E1D3E Claret

📋 copy color: '#7E1D3E'

red 126 ◦ green 29 ◦ blue 62

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

Shades of Claret #7E1D3E

Tints of Claret #7E1D3E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.36%

 BLUE value IS 62 (24.61% from 255) = 28.57%

R = 58.06%
G = 13.36%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7E1D3E (or 0x7E1D3E) is known color: Claret. HEX triplet: 7E, 1D and 3E. RGB value is (126,29,62). Sum of RGB (Red+Green+Blue) = 126+29+62=217 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.06% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1D3E is #81E2C1. Grayscale: #3D3D3D. Windows color (decimal): -8512194 or 4070782. OLE color: 4070782.

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

Color convert

RGB 126 29 62 -
CMYK 0 0.77 0.51 0.51
HSL 339.59º 0.63% 0.3% -
HSV(B) 339.59º 0.77% 0.49% -
XYZ 9.91 5.66 5.13 -
YUV 61.77 128.14 173.82 -
System Red Green Blue C M Y K H S L
Decimal 126 29 62 0 0.77 0.51 0.51 339.59 0.63 0.3
Hex 7E 1D 3E 0 4D 33 33 154 3F 1E
Octal 176 35 76 0 115 63 63 524 77 36
Binary 1111110 11101 111110 0 1001101 110011 110011 101010100 111111 11110

Color Harmonies of #7E1D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1D3E

Black with #7E1D3E

Text Example


Text Example

White with #7E1D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,29,62); }

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

background-color css

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

 a { background-color: rgb(126,29,62); }

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

border-color css

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

 span { border-color: rgb(126,29,62); }

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