Html Css Color HEX #781428 Red Berry

📋 copy color: '#781428'

red 120 ◦ green 20 ◦ blue 40

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

Shades of Red Berry #781428

Tints of Red Berry #781428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.11%

 BLUE value IS 40 (16.02% from 255) = 22.22%

R = 66.67%
G = 11.11%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#781428 (or 0x781428) is known color: Red Berry. HEX triplet: 78, 14 and 28. RGB value is (120,20,40). Sum of RGB (Red+Green+Blue) = 120+20+40=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #781428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781428 is #87EBD7. Grayscale: #343434. Windows color (decimal): -8907736 or 2626680. OLE color: 2626680.

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

Color convert

RGB 120 20 40 -
CMYK 0 0.83 0.67 0.53
HSL 348º 0.71% 0.27% -
HSV(B) 348º 0.83% 0.47% -
XYZ 8.38 4.65 2.46 -
YUV 52.18 121.13 176.37 -
System Red Green Blue C M Y K H S L
Decimal 120 20 40 0 0.83 0.67 0.53 348 0.71 0.27
Hex 78 14 28 0 53 43 35 15C 47 1B
Octal 170 24 50 0 123 103 65 534 107 33
Binary 1111000 10100 101000 0 1010011 1000011 110101 101011100 1000111 11011

Color Harmonies of #781428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781428

Black with #781428

Text Example


Text Example

White with #781428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781428; }

 p { color: rgb(120,20,40); }

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

background-color css

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

 a { background-color: rgb(120,20,40); }

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

border-color css

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

 span { border-color: rgb(120,20,40); }

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