Html Css Color HEX #742326 Red Berry

📋 copy color: '#742326'

red 116 ◦ green 35 ◦ blue 38

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

Shades of Red Berry #742326

Tints of Red Berry #742326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.52%

 BLUE value IS 38 (15.23% from 255) = 20.11%

R = 61.38%
G = 18.52%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#742326 (or 0x742326) is known color: Red Berry. HEX triplet: 74, 23 and 26. RGB value is (116,35,38). Sum of RGB (Red+Green+Blue) = 116+35+38=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #742326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742326 is #8BDCD9. Grayscale: #3B3B3B. Windows color (decimal): -9166042 or 2499444. OLE color: 2499444.

HSL color Cylindrical-coordinate representation of color #742326: hue angle of 357.78º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742326 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 35 38 -
CMYK 0 0.70 0.67 0.55
HSL 357.78º 0.54% 0.3% -
HSV(B) 357.78º 0.7% 0.45% -
XYZ 8.15 5.06 2.38 -
YUV 59.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 116 35 38 0 0.70 0.67 0.55 357.78 0.54 0.3
Hex 74 23 26 0 46 43 37 166 36 1E
Octal 164 43 46 0 106 103 67 546 66 36
Binary 1110100 100011 100110 0 1000110 1000011 110111 101100110 110110 11110

Color Harmonies of #742326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742326

Black with #742326

Text Example


Text Example

White with #742326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742326; }

 p { color: rgb(116,35,38); }

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

background-color css

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

 a { background-color: rgb(116,35,38); }

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

border-color css

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

 span { border-color: rgb(116,35,38); }

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