Html Css Color HEX #78253B Claret

📋 copy color: '#78253B'

red 120 ◦ green 37 ◦ blue 59

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

Shades of Claret #78253B

Tints of Claret #78253B

RGB

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

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

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

R = 55.56%
G = 17.13%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#78253B (or 0x78253B) is known color: Claret. HEX triplet: 78, 25 and 3B. RGB value is (120,37,59). Sum of RGB (Red+Green+Blue) = 120+37+59=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #78253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78253B is #87DAC4. Grayscale: #404040. Windows color (decimal): -8903365 or 3876216. OLE color: 3876216.

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

Color convert

RGB 120 37 59 -
CMYK 0 0.69 0.51 0.53
HSL 344.1º 0.53% 0.31% -
HSV(B) 344.1º 0.69% 0.47% -
XYZ 9.2 5.63 4.74 -
YUV 64.33 125 167.71 -
System Red Green Blue C M Y K H S L
Decimal 120 37 59 0 0.69 0.51 0.53 344.1 0.53 0.31
Hex 78 25 3B 0 45 33 35 158 35 1F
Octal 170 45 73 0 105 63 65 530 65 37
Binary 1111000 100101 111011 0 1000101 110011 110101 101011000 110101 11111

Color Harmonies of #78253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78253B

Black with #78253B

Text Example


Text Example

White with #78253B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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