Html Css Color HEX #78253C Claret

📋 copy color: '#78253C'

red 120 ◦ green 37 ◦ blue 60

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

Shades of Claret #78253C

Tints of Claret #78253C

RGB

 RED value IS 120 (47.27% from 255) = 55.3%

 GREEN value IS 37 (14.84% from 255) = 17.05%

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

R = 55.3%
G = 17.05%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#78253C (or 0x78253C) is known color: Claret. HEX triplet: 78, 25 and 3C. RGB value is (120,37,60). Sum of RGB (Red+Green+Blue) = 120+37+60=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78253C is #87DAC3. Grayscale: #404040. Windows color (decimal): -8903364 or 3941752. OLE color: 3941752.

HSL color Cylindrical-coordinate representation of color #78253C: hue angle of 343.37º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78253C is Cyan = 0, Magento = 0.69, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 37 60 -
CMYK 0 0.69 0.5 0.53
HSL 343.37º 0.53% 0.31% -
HSV(B) 343.37º 0.69% 0.47% -
XYZ 9.22 5.64 4.88 -
YUV 64.44 125.5 167.63 -
System Red Green Blue C M Y K H S L
Decimal 120 37 60 0 0.69 0.5 0.53 343.37 0.53 0.31
Hex 78 25 3C 0 45 32 35 157 35 1F
Octal 170 45 74 0 105 62 65 527 65 37
Binary 1111000 100101 111100 0 1000101 110010 110101 101010111 110101 11111

Color Harmonies of #78253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78253C

Black with #78253C

Text Example


Text Example

White with #78253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78253C; }

 p { color: rgb(120,37,60); }

 H1.HeaderClassName
 {
   color: #78253C;
 }
 .AnyTagClassName
 {
   color: #78253C;
 }
</style>

background-color css

<style>
 a { background-color: #78253C; }

 a { background-color: rgb(120,37,60); }

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

border-color css

<style>
 span { border-color: #78253C; }

 span { border-color: rgb(120,37,60); }

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