Html Css Color HEX #781D28 Red Berry

📋 copy color: '#781D28'

red 120 ◦ green 29 ◦ blue 40

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

Shades of Red Berry #781D28

Tints of Red Berry #781D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.34%

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

R = 63.49%
G = 15.34%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#781D28 (or 0x781D28) is known color: Red Berry. HEX triplet: 78, 1D and 28. RGB value is (120,29,40). Sum of RGB (Red+Green+Blue) = 120+29+40=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #781D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D28 is #87E2D7. Grayscale: #393939. Windows color (decimal): -8905432 or 2628984. OLE color: 2628984.

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

Color convert

RGB 120 29 40 -
CMYK 0 0.76 0.67 0.53
HSL 352.75º 0.61% 0.29% -
HSV(B) 352.75º 0.76% 0.47% -
XYZ 8.57 5.03 2.53 -
YUV 57.46 118.15 172.61 -
System Red Green Blue C M Y K H S L
Decimal 120 29 40 0 0.76 0.67 0.53 352.75 0.61 0.29
Hex 78 1D 28 0 4C 43 35 161 3D 1D
Octal 170 35 50 0 114 103 65 541 75 35
Binary 1111000 11101 101000 0 1001100 1000011 110101 101100001 111101 11101

Color Harmonies of #781D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781D28

Black with #781D28

Text Example


Text Example

White with #781D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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