Html Css Color HEX #781630 Claret

📋 copy color: '#781630'

red 120 ◦ green 22 ◦ blue 48

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

Shades of Claret #781630

Tints of Claret #781630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

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

R = 63.16%
G = 11.58%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#781630 (or 0x781630) is known color: Claret. HEX triplet: 78, 16 and 30. RGB value is (120,22,48). Sum of RGB (Red+Green+Blue) = 120+22+48=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #781630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781630 is #87E9CF. Grayscale: #363636. Windows color (decimal): -8907216 or 3151480. OLE color: 3151480.

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

Color convert

RGB 120 22 48 -
CMYK 0 0.82 0.60 0.53
HSL 344.08º 0.69% 0.28% -
HSV(B) 344.08º 0.82% 0.47% -
XYZ 8.57 4.78 3.27 -
YUV 54.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 120 22 48 0 0.82 0.60 0.53 344.08 0.69 0.28
Hex 78 16 30 0 52 3C 35 158 45 1C
Octal 170 26 60 0 122 74 65 530 105 34
Binary 1111000 10110 110000 0 1010010 111100 110101 101011000 1000101 11100

Color Harmonies of #781630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781630

Black with #781630

Text Example


Text Example

White with #781630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781630; }

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

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

background-color css

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

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

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

border-color css

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

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

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