Html Css Color HEX #742022 Red Berry

📋 copy color: '#742022'

red 116 ◦ green 32 ◦ blue 34

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

Shades of Red Berry #742022

Tints of Red Berry #742022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.58%

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

R = 63.74%
G = 17.58%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#742022 (or 0x742022) is known color: Red Berry. HEX triplet: 74, 20 and 22. RGB value is (116,32,34). Sum of RGB (Red+Green+Blue) = 116+32+34=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #742022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742022 is #8BDFDD. Grayscale: #393939. Windows color (decimal): -9166814 or 2236532. OLE color: 2236532.

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

Color convert

RGB 116 32 34 -
CMYK 0 0.72 0.71 0.55
HSL 358.57º 0.57% 0.29% -
HSV(B) 358.57º 0.72% 0.45% -
XYZ 8.01 4.86 2.03 -
YUV 57.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 116 32 34 0 0.72 0.71 0.55 358.57 0.57 0.29
Hex 74 20 22 0 48 47 37 167 39 1D
Octal 164 40 42 0 110 107 67 547 71 35
Binary 1110100 100000 100010 0 1001000 1000111 110111 101100111 111001 11101

Color Harmonies of #742022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742022

Black with #742022

Text Example


Text Example

White with #742022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742022; }

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

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

background-color css

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

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

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

border-color css

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

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

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