Html Css Color HEX #7F143B Claret

📋 copy color: '#7F143B'

red 127 ◦ green 20 ◦ blue 59

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

Shades of Claret #7F143B

Tints of Claret #7F143B

RGB

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

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

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

R = 61.65%
G = 9.71%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#7F143B (or 0x7F143B) is known color: Claret. HEX triplet: 7F, 14 and 3B. RGB value is (127,20,59). Sum of RGB (Red+Green+Blue) = 127+20+59=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F143B is #80EBC4. Grayscale: #383838. Windows color (decimal): -8448965 or 3871871. OLE color: 3871871.

HSL color Cylindrical-coordinate representation of color #7F143B: hue angle of 338.13º 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 #7F143B is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 20 59 -
CMYK 0 0.84 0.54 0.50
HSL 338.13º 0.73% 0.29% -
HSV(B) 338.13º 0.84% 0.5% -
XYZ 9.79 5.33 4.65 -
YUV 56.44 129.45 178.33 -
System Red Green Blue C M Y K H S L
Decimal 127 20 59 0 0.84 0.54 0.50 338.13 0.73 0.29
Hex 7F 14 3B 0 54 36 32 152 49 1D
Octal 177 24 73 0 124 66 62 522 111 35
Binary 1111111 10100 111011 0 1010100 110110 110010 101010010 1001001 11101

Color Harmonies of #7F143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F143B

Black with #7F143B

Text Example


Text Example

White with #7F143B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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