Html Css Color HEX #78243B Claret

📋 copy color: '#78243B'

red 120 ◦ green 36 ◦ blue 59

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

Shades of Claret #78243B

Tints of Claret #78243B

RGB

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

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

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

R = 55.81%
G = 16.74%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#78243B (or 0x78243B) is known color: Claret. HEX triplet: 78, 24 and 3B. RGB value is (120,36,59). Sum of RGB (Red+Green+Blue) = 120+36+59=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #78243B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78243B is #87DBC4. Grayscale: #3F3F3F. Windows color (decimal): -8903621 or 3875960. OLE color: 3875960.

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

Color convert

RGB 120 36 59 -
CMYK 0 0.7 0.51 0.53
HSL 343.57º 0.54% 0.31% -
HSV(B) 343.57º 0.7% 0.47% -
XYZ 9.17 5.57 4.73 -
YUV 63.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 120 36 59 0 0.7 0.51 0.53 343.57 0.54 0.31
Hex 78 24 3B 0 46 33 35 158 36 1F
Octal 170 44 73 0 106 63 65 530 66 37
Binary 1111000 100100 111011 0 1000110 110011 110101 101011000 110110 11111

Color Harmonies of #78243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78243B

Black with #78243B

Text Example


Text Example

White with #78243B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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