Html Css Color HEX #741222 Red Berry

📋 copy color: '#741222'

red 116 ◦ green 18 ◦ blue 34

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

Shades of Red Berry #741222

Tints of Red Berry #741222

RGB

 RED value IS 116 (45.7% from 255) = 69.05%

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

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

R = 69.05%
G = 10.71%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#741222 (or 0x741222) is known color: Red Berry. HEX triplet: 74, 12 and 22. RGB value is (116,18,34). Sum of RGB (Red+Green+Blue) = 116+18+34=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #741222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741222 is #8BEDDD. Grayscale: #313131. Windows color (decimal): -9170398 or 2232948. OLE color: 2232948.

HSL color Cylindrical-coordinate representation of color #741222: hue angle of 350.2º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741222 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 18 34 -
CMYK 0 0.84 0.71 0.55
HSL 350.2º 0.73% 0.26% -
HSV(B) 350.2º 0.84% 0.45% -
XYZ 7.71 4.26 1.93 -
YUV 49.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 116 18 34 0 0.84 0.71 0.55 350.2 0.73 0.26
Hex 74 12 22 0 54 47 37 15E 49 1A
Octal 164 22 42 0 124 107 67 536 111 32
Binary 1110100 10010 100010 0 1010100 1000111 110111 101011110 1001001 11010

Color Harmonies of #741222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741222

Black with #741222

Text Example


Text Example

White with #741222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741222; }

 p { color: rgb(116,18,34); }

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

background-color css

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

 a { background-color: rgb(116,18,34); }

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

border-color css

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

 span { border-color: rgb(116,18,34); }

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