Html Css Color HEX #781425 Red Berry

📋 copy color: '#781425'

red 120 ◦ green 20 ◦ blue 37

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

Shades of Red Berry #781425

Tints of Red Berry #781425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.9%

R = 67.8%
G = 11.3%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#781425 (or 0x781425) is known color: Red Berry. HEX triplet: 78, 14 and 25. RGB value is (120,20,37). Sum of RGB (Red+Green+Blue) = 120+20+37=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #781425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781425 is #87EBDA. Grayscale: #333333. Windows color (decimal): -8907739 or 2430072. OLE color: 2430072.

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

Color convert

RGB 120 20 37 -
CMYK 0 0.83 0.69 0.53
HSL 349.8º 0.71% 0.27% -
HSV(B) 349.8º 0.83% 0.47% -
XYZ 8.33 4.63 2.2 -
YUV 51.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 120 20 37 0 0.83 0.69 0.53 349.8 0.71 0.27
Hex 78 14 25 0 53 45 35 15E 47 1B
Octal 170 24 45 0 123 105 65 536 107 33
Binary 1111000 10100 100101 0 1010011 1000101 110101 101011110 1000111 11011

Color Harmonies of #781425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781425

Black with #781425

Text Example


Text Example

White with #781425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781425; }

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

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

background-color css

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

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

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

border-color css

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

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

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