Html Css Color HEX #781D22 Red Berry

📋 copy color: '#781D22'

red 120 ◦ green 29 ◦ blue 34

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

Shades of Red Berry #781D22

Tints of Red Berry #781D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.58%

R = 65.57%
G = 15.85%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#781D22 (or 0x781D22) is known color: Red Berry. HEX triplet: 78, 1D and 22. RGB value is (120,29,34). Sum of RGB (Red+Green+Blue) = 120+29+34=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #781D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D22 is #87E2DD. Grayscale: #383838. Windows color (decimal): -8905438 or 2235768. OLE color: 2235768.

HSL color Cylindrical-coordinate representation of color #781D22: hue angle of 356.7º 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 #781D22 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 29 34 -
CMYK 0 0.76 0.72 0.53
HSL 356.7º 0.61% 0.29% -
HSV(B) 356.7º 0.76% 0.47% -
XYZ 8.47 4.99 2.03 -
YUV 56.78 115.15 173.09 -
System Red Green Blue C M Y K H S L
Decimal 120 29 34 0 0.76 0.72 0.53 356.7 0.61 0.29
Hex 78 1D 22 0 4C 48 35 165 3D 1D
Octal 170 35 42 0 114 110 65 545 75 35
Binary 1111000 11101 100010 0 1001100 1001000 110101 101100101 111101 11101

Color Harmonies of #781D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781D22

Black with #781D22

Text Example


Text Example

White with #781D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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