Html Css Color HEX #7E1B3C Claret

📋 copy color: '#7E1B3C'

red 126 ◦ green 27 ◦ blue 60

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

Shades of Claret #7E1B3C

Tints of Claret #7E1B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.17%

R = 59.15%
G = 12.68%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7E1B3C (or 0x7E1B3C) is known color: Claret. HEX triplet: 7E, 1B and 3C. RGB value is (126,27,60). Sum of RGB (Red+Green+Blue) = 126+27+60=213 (28% of max value = 765). Red value is 126 (49.61% from 255 or 59.15% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1B3C is #81E4C3. Grayscale: #3C3C3C. Windows color (decimal): -8512708 or 3939198. OLE color: 3939198.

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

Color convert

RGB 126 27 60 -
CMYK 0 0.79 0.52 0.51
HSL 340º 0.65% 0.3% -
HSV(B) 340º 0.79% 0.49% -
XYZ 9.81 5.55 4.83 -
YUV 60.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 126 27 60 0 0.79 0.52 0.51 340 0.65 0.3
Hex 7E 1B 3C 0 4F 34 33 154 41 1E
Octal 176 33 74 0 117 64 63 524 101 36
Binary 1111110 11011 111100 0 1001111 110100 110011 101010100 1000001 11110

Color Harmonies of #7E1B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1B3C

Black with #7E1B3C

Text Example


Text Example

White with #7E1B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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