Html Css Color HEX #781E25 Red Berry

📋 copy color: '#781E25'

red 120 ◦ green 30 ◦ blue 37

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

Shades of Red Berry #781E25

Tints of Red Berry #781E25

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.04%

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

R = 64.17%
G = 16.04%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#781E25 (or 0x781E25) is known color: Red Berry. HEX triplet: 78, 1E and 25. RGB value is (120,30,37). Sum of RGB (Red+Green+Blue) = 120+30+37=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #781E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E25 is #87E1DA. Grayscale: #393939. Windows color (decimal): -8905179 or 2432632. OLE color: 2432632.

HSL color Cylindrical-coordinate representation of color #781E25: hue angle of 355.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #781E25 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 30 37 -
CMYK 0 0.75 0.69 0.53
HSL 355.33º 0.6% 0.29% -
HSV(B) 355.33º 0.75% 0.47% -
XYZ 8.54 5.06 2.28 -
YUV 57.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 120 30 37 0 0.75 0.69 0.53 355.33 0.6 0.29
Hex 78 1E 25 0 4B 45 35 163 3C 1D
Octal 170 36 45 0 113 105 65 543 74 35
Binary 1111000 11110 100101 0 1001011 1000101 110101 101100011 111100 11101

Color Harmonies of #781E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E25

Black with #781E25

Text Example


Text Example

White with #781E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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