Html Css Color HEX #7E1C3B Claret

📋 copy color: '#7E1C3B'

red 126 ◦ green 28 ◦ blue 59

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

Shades of Claret #7E1C3B

Tints of Claret #7E1C3B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.15%

 BLUE value IS 59 (23.44% from 255) = 27.7%

R = 59.15%
G = 13.15%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7E1C3B (or 0x7E1C3B) is known color: Claret. HEX triplet: 7E, 1C and 3B. RGB value is (126,28,59). Sum of RGB (Red+Green+Blue) = 126+28+59=213 (28% of max value = 765). Red value is 126 (49.61% from 255 or 59.15% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1C3B is #81E3C4. Grayscale: #3C3C3C. Windows color (decimal): -8512453 or 3873918. OLE color: 3873918.

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

Color convert

RGB 126 28 59 -
CMYK 0 0.78 0.53 0.51
HSL 341.02º 0.64% 0.3% -
HSV(B) 341.02º 0.78% 0.49% -
XYZ 9.81 5.58 4.7 -
YUV 60.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 126 28 59 0 0.78 0.53 0.51 341.02 0.64 0.3
Hex 7E 1C 3B 0 4E 35 33 155 40 1E
Octal 176 34 73 0 116 65 63 525 100 36
Binary 1111110 11100 111011 0 1001110 110101 110011 101010101 1000000 11110

Color Harmonies of #7E1C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1C3B

Black with #7E1C3B

Text Example


Text Example

White with #7E1C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,28,59); }

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

background-color css

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

 a { background-color: rgb(126,28,59); }

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

border-color css

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

 span { border-color: rgb(126,28,59); }

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