#78233B

Color #78233B Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #78233B

Tints of Claret #78233B

Color information

#78233B (or 0x78233B) is unknown color: approx Claret. HEX triplet: 78, 23 and 3B. RGB value is (120,35,59). Sum of RGB (Red+Green+Blue) = 120+35+59=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #78233B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78233B is #87DCC4. Grayscale: #3F3F3F. Windows color (decimal): -8903877 or 3875704. OLE color: 3875704.

HSL color Cylindrical-coordinate representation of color #78233B: hue angle of 343.06º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78233B is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1203559-
CMYK00.710.510.53
HSL343.06º54.84%30.39%-
HSV(B)343.06º70.83%47.06%-
XYZ9.145.514.72-
YUV63.15125.66168.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.07%
GREEN value IS 35 (14.06% from 255) = 16.36%
BLUE value IS 59 (23.44% from 255) = 27.57%
R=56.07%
G=16.36%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120355900.710.510.53343.0654.8430.39
Hex78233B0473335157371e
Octal1704373010763655276736
Binary11110001000111110110100011111001111010110101011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #78233B;
 }
 .AnyTagClassName
 {
   color: #78233B;
 }
</style>
background-color css

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

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

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

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

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

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