Html Css Color HEX #78243A Claret

📋 copy color: '#78243A'

red 120 ◦ green 36 ◦ blue 58

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

Shades of Claret #78243A

Tints of Claret #78243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.82%

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

R = 56.07%
G = 16.82%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#78243A (or 0x78243A) is known color: Claret. HEX triplet: 78, 24 and 3A. RGB value is (120,36,58). Sum of RGB (Red+Green+Blue) = 120+36+58=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #78243A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78243A is #87DBC5. Grayscale: #3F3F3F. Windows color (decimal): -8903622 or 3810424. OLE color: 3810424.

HSL color Cylindrical-coordinate representation of color #78243A: hue angle of 344.29º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78243A is Cyan = 0, Magento = 0.7, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 36 58 -
CMYK 0 0.7 0.52 0.53
HSL 344.29º 0.54% 0.31% -
HSV(B) 344.29º 0.7% 0.47% -
XYZ 9.14 5.56 4.59 -
YUV 63.62 124.83 168.21 -
System Red Green Blue C M Y K H S L
Decimal 120 36 58 0 0.7 0.52 0.53 344.29 0.54 0.31
Hex 78 24 3A 0 46 34 35 158 36 1F
Octal 170 44 72 0 106 64 65 530 66 37
Binary 1111000 100100 111010 0 1000110 110100 110101 101011000 110110 11111

Color Harmonies of #78243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78243A

Black with #78243A

Text Example


Text Example

White with #78243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78243A; }

 p { color: rgb(120,36,58); }

 H1.HeaderClassName
 {
   color: #78243A;
 }
 .AnyTagClassName
 {
   color: #78243A;
 }
</style>

background-color css

<style>
 a { background-color: #78243A; }

 a { background-color: rgb(120,36,58); }

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

border-color css

<style>
 span { border-color: #78243A; }

 span { border-color: rgb(120,36,58); }

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