Html Css Color HEX #7D163C Claret

📋 copy color: '#7D163C'

red 125 ◦ green 22 ◦ blue 60

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

Shades of Claret #7D163C

Tints of Claret #7D163C

RGB

 RED value IS 125 (49.22% from 255) = 60.39%

 GREEN value IS 22 (8.98% from 255) = 10.63%

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

R = 60.39%
G = 10.63%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7D163C (or 0x7D163C) is known color: Claret. HEX triplet: 7D, 16 and 3C. RGB value is (125,22,60). Sum of RGB (Red+Green+Blue) = 125+22+60=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D163C is #82E9C3. Grayscale: #393939. Windows color (decimal): -8579524 or 3937917. OLE color: 3937917.

HSL color Cylindrical-coordinate representation of color #7D163C: hue angle of 337.86º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D163C is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 22 60 -
CMYK 0 0.82 0.52 0.51
HSL 337.86º 0.7% 0.29% -
HSV(B) 337.86º 0.82% 0.49% -
XYZ 9.56 5.26 4.79 -
YUV 57.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 125 22 60 0 0.82 0.52 0.51 337.86 0.7 0.29
Hex 7D 16 3C 0 52 34 33 152 46 1D
Octal 175 26 74 0 122 64 63 522 106 35
Binary 1111101 10110 111100 0 1010010 110100 110011 101010010 1000110 11101

Color Harmonies of #7D163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D163C

Black with #7D163C

Text Example


Text Example

White with #7D163C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,22,60); }

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

background-color css

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

 a { background-color: rgb(125,22,60); }

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

border-color css

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

 span { border-color: rgb(125,22,60); }

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