Html Css Color HEX #7E1B3A Claret

📋 copy color: '#7E1B3A'

red 126 ◦ green 27 ◦ blue 58

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

Shades of Claret #7E1B3A

Tints of Claret #7E1B3A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.8%

 BLUE value IS 58 (23.05% from 255) = 27.49%

R = 59.72%
G = 12.8%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7E1B3A (or 0x7E1B3A) is known color: Claret. HEX triplet: 7E, 1B and 3A. RGB value is (126,27,58). Sum of RGB (Red+Green+Blue) = 126+27+58=211 (27% of max value = 765). Red value is 126 (49.61% from 255 or 59.72% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1B3A is #81E4C5. Grayscale: #3C3C3C. Windows color (decimal): -8512710 or 3808126. OLE color: 3808126.

HSL color Cylindrical-coordinate representation of color #7E1B3A: hue angle of 341.21º degrees, saturation: 0.65, 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 #7E1B3A is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 27 58 -
CMYK 0 0.79 0.54 0.51
HSL 341.21º 0.65% 0.3% -
HSV(B) 341.21º 0.79% 0.49% -
XYZ 9.76 5.52 4.56 -
YUV 60.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 126 27 58 0 0.79 0.54 0.51 341.21 0.65 0.3
Hex 7E 1B 3A 0 4F 36 33 155 41 1E
Octal 176 33 72 0 117 66 63 525 101 36
Binary 1111110 11011 111010 0 1001111 110110 110011 101010101 1000001 11110

Color Harmonies of #7E1B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1B3A

Black with #7E1B3A

Text Example


Text Example

White with #7E1B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,27,58); }

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

background-color css

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

 a { background-color: rgb(126,27,58); }

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

border-color css

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

 span { border-color: rgb(126,27,58); }

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