Html Css Color HEX #7D183C Claret

📋 copy color: '#7D183C'

red 125 ◦ green 24 ◦ blue 60

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

Shades of Claret #7D183C

Tints of Claret #7D183C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.48%

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

R = 59.81%
G = 11.48%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7D183C (or 0x7D183C) is known color: Claret. HEX triplet: 7D, 18 and 3C. RGB value is (125,24,60). Sum of RGB (Red+Green+Blue) = 125+24+60=209 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.81% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 125 - color contains mainly: red. Hex color #7D183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D183C is #82E7C3. Grayscale: #3A3A3A. Windows color (decimal): -8579012 or 3938429. OLE color: 3938429.

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

Color convert

RGB 125 24 60 -
CMYK 0 0.81 0.52 0.51
HSL 338.61º 0.68% 0.29% -
HSV(B) 338.61º 0.81% 0.49% -
XYZ 9.6 5.34 4.8 -
YUV 58.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 125 24 60 0 0.81 0.52 0.51 338.61 0.68 0.29
Hex 7D 18 3C 0 51 34 33 153 44 1D
Octal 175 30 74 0 121 64 63 523 104 35
Binary 1111101 11000 111100 0 1010001 110100 110011 101010011 1000100 11101

Color Harmonies of #7D183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D183C

Black with #7D183C

Text Example


Text Example

White with #7D183C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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