Html Css Color HEX #7D163A Claret

📋 copy color: '#7D163A'

red 125 ◦ green 22 ◦ blue 58

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

Shades of Claret #7D163A

Tints of Claret #7D163A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.29%

R = 60.98%
G = 10.73%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D163A (or 0x7D163A) is known color: Claret. HEX triplet: 7D, 16 and 3A. RGB value is (125,22,58). Sum of RGB (Red+Green+Blue) = 125+22+58=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D163A is #82E9C5. Grayscale: #383838. Windows color (decimal): -8579526 or 3806845. OLE color: 3806845.

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

Color convert

RGB 125 22 58 -
CMYK 0 0.82 0.54 0.51
HSL 339.03º 0.7% 0.29% -
HSV(B) 339.03º 0.82% 0.49% -
XYZ 9.51 5.24 4.51 -
YUV 56.9 128.62 176.57 -
System Red Green Blue C M Y K H S L
Decimal 125 22 58 0 0.82 0.54 0.51 339.03 0.7 0.29
Hex 7D 16 3A 0 52 36 33 153 46 1D
Octal 175 26 72 0 122 66 63 523 106 35
Binary 1111101 10110 111010 0 1010010 110110 110011 101010011 1000110 11101

Color Harmonies of #7D163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D163A

Black with #7D163A

Text Example


Text Example

White with #7D163A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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