Html Css Color HEX #7F1434 Claret

📋 copy color: '#7F1434'

red 127 ◦ green 20 ◦ blue 52

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

Shades of Claret #7F1434

Tints of Claret #7F1434

RGB

 RED value IS 127 (50% from 255) = 63.82%

 GREEN value IS 20 (8.2% from 255) = 10.05%

 BLUE value IS 52 (20.7% from 255) = 26.13%

R = 63.82%
G = 10.05%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#7F1434 (or 0x7F1434) is known color: Claret. HEX triplet: 7F, 14 and 34. RGB value is (127,20,52). Sum of RGB (Red+Green+Blue) = 127+20+52=199 (26% of max value = 765). Red value is 127 (50% from 255 or 63.82% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1434 is #80EBCB. Grayscale: #373737. Windows color (decimal): -8448972 or 3413119. OLE color: 3413119.

HSL color Cylindrical-coordinate representation of color #7F1434: hue angle of 342.06º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F1434 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 20 52 -
CMYK 0 0.84 0.59 0.50
HSL 342.06º 0.73% 0.29% -
HSV(B) 342.06º 0.84% 0.5% -
XYZ 9.62 5.26 3.76 -
YUV 55.64 125.95 178.9 -
System Red Green Blue C M Y K H S L
Decimal 127 20 52 0 0.84 0.59 0.50 342.06 0.73 0.29
Hex 7F 14 34 0 54 3B 32 156 49 1D
Octal 177 24 64 0 124 73 62 526 111 35
Binary 1111111 10100 110100 0 1010100 111011 110010 101010110 1001001 11101

Color Harmonies of #7F1434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1434

Black with #7F1434

Text Example


Text Example

White with #7F1434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,20,52); }

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

background-color css

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

 a { background-color: rgb(127,20,52); }

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

border-color css

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

 span { border-color: rgb(127,20,52); }

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