Html Css Color HEX #781230 Claret

📋 copy color: '#781230'

red 120 ◦ green 18 ◦ blue 48

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

Shades of Claret #781230

Tints of Claret #781230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

 BLUE value IS 48 (19.14% from 255) = 25.81%

R = 64.52%
G = 9.68%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#781230 (or 0x781230) is known color: Claret. HEX triplet: 78, 12 and 30. RGB value is (120,18,48). Sum of RGB (Red+Green+Blue) = 120+18+48=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #781230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781230 is #87EDCF. Grayscale: #333333. Windows color (decimal): -8908240 or 3150456. OLE color: 3150456.

HSL color Cylindrical-coordinate representation of color #781230: hue angle of 342.35º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781230 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 18 48 -
CMYK 0 0.85 0.60 0.53
HSL 342.35º 0.74% 0.27% -
HSV(B) 342.35º 0.85% 0.47% -
XYZ 8.5 4.64 3.24 -
YUV 51.92 125.79 176.56 -
System Red Green Blue C M Y K H S L
Decimal 120 18 48 0 0.85 0.60 0.53 342.35 0.74 0.27
Hex 78 12 30 0 55 3C 35 156 4A 1B
Octal 170 22 60 0 125 74 65 526 112 33
Binary 1111000 10010 110000 0 1010101 111100 110101 101010110 1001010 11011

Color Harmonies of #781230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781230

Black with #781230

Text Example


Text Example

White with #781230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781230; }

 p { color: rgb(120,18,48); }

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

background-color css

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

 a { background-color: rgb(120,18,48); }

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

border-color css

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

 span { border-color: rgb(120,18,48); }

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