Html Css Color HEX #7F123B Claret

📋 copy color: '#7F123B'

red 127 ◦ green 18 ◦ blue 59

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

Shades of Claret #7F123B

Tints of Claret #7F123B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.82%

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

R = 62.25%
G = 8.82%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#7F123B (or 0x7F123B) is known color: Claret. HEX triplet: 7F, 12 and 3B. RGB value is (127,18,59). Sum of RGB (Red+Green+Blue) = 127+18+59=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F123B is #80EDC4. Grayscale: #373737. Windows color (decimal): -8449477 or 3871359. OLE color: 3871359.

HSL color Cylindrical-coordinate representation of color #7F123B: hue angle of 337.43º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F123B is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 18 59 -
CMYK 0 0.86 0.54 0.50
HSL 337.43º 0.75% 0.28% -
HSV(B) 337.43º 0.86% 0.5% -
XYZ 9.76 5.26 4.64 -
YUV 55.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 127 18 59 0 0.86 0.54 0.50 337.43 0.75 0.28
Hex 7F 12 3B 0 56 36 32 151 4B 1C
Octal 177 22 73 0 126 66 62 521 113 34
Binary 1111111 10010 111011 0 1010110 110110 110010 101010001 1001011 11100

Color Harmonies of #7F123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F123B

Black with #7F123B

Text Example


Text Example

White with #7F123B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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