Html Css Color HEX #7D163B Claret

📋 copy color: '#7D163B'

red 125 ◦ green 22 ◦ blue 59

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

Shades of Claret #7D163B

Tints of Claret #7D163B

RGB

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

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

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

R = 60.68%
G = 10.68%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7D163B (or 0x7D163B) is known color: Claret. HEX triplet: 7D, 16 and 3B. RGB value is (125,22,59). Sum of RGB (Red+Green+Blue) = 125+22+59=206 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.68% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 125 - color contains mainly: red. Hex color #7D163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D163B is #82E9C4. Grayscale: #383838. Windows color (decimal): -8579525 or 3872381. OLE color: 3872381.

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

Color convert

RGB 125 22 59 -
CMYK 0 0.82 0.53 0.51
HSL 338.45º 0.7% 0.29% -
HSV(B) 338.45º 0.82% 0.49% -
XYZ 9.53 5.25 4.65 -
YUV 57.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 125 22 59 0 0.82 0.53 0.51 338.45 0.7 0.29
Hex 7D 16 3B 0 52 35 33 152 46 1D
Octal 175 26 73 0 122 65 63 522 106 35
Binary 1111101 10110 111011 0 1010010 110101 110011 101010010 1000110 11101

Color Harmonies of #7D163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D163B

Black with #7D163B

Text Example


Text Example

White with #7D163B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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