Html Css Color HEX #781228 Red Berry

📋 copy color: '#781228'

red 120 ◦ green 18 ◦ blue 40

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

Shades of Red Berry #781228

Tints of Red Berry #781228

RGB

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

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

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

R = 67.42%
G = 10.11%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#781228 (or 0x781228) is known color: Red Berry. HEX triplet: 78, 12 and 28. RGB value is (120,18,40). Sum of RGB (Red+Green+Blue) = 120+18+40=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #781228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781228 is #87EDD7. Grayscale: #333333. Windows color (decimal): -8908248 or 2626168. OLE color: 2626168.

HSL color Cylindrical-coordinate representation of color #781228: hue angle of 347.06º 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 #781228 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 18 40 -
CMYK 0 0.85 0.67 0.53
HSL 347.06º 0.74% 0.27% -
HSV(B) 347.06º 0.85% 0.47% -
XYZ 8.35 4.58 2.45 -
YUV 51.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 120 18 40 0 0.85 0.67 0.53 347.06 0.74 0.27
Hex 78 12 28 0 55 43 35 15B 4A 1B
Octal 170 22 50 0 125 103 65 533 112 33
Binary 1111000 10010 101000 0 1010101 1000011 110101 101011011 1001010 11011

Color Harmonies of #781228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781228

Black with #781228

Text Example


Text Example

White with #781228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781228; }

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

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

background-color css

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

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

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

border-color css

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

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

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