Html Css Color HEX #78233B Claret

📋 copy color: '#78233B'

red 120 ◦ green 35 ◦ blue 59

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

Shades of Claret #78233B

Tints of Claret #78233B

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 value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#78233B (or 0x78233B) is known color: 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

RGB 120 35 59 -
CMYK 0 0.71 0.51 0.53
HSL 343.06º 0.55% 0.3% -
HSV(B) 343.06º 0.71% 0.47% -
XYZ 9.14 5.51 4.72 -
YUV 63.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 120 35 59 0 0.71 0.51 0.53 343.06 0.55 0.3
Hex 78 23 3B 0 47 33 35 157 37 1E
Octal 170 43 73 0 107 63 65 527 67 36
Binary 1111000 100011 111011 0 1000111 110011 110101 101010111 110111 11110

Color Harmonies of #78233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78233B

Black with #78233B

Text Example


Text Example

White with #78233B

Text Example


Text Example

HTML Codes & Css Web 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>