#741A23

Color #741A23 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #741A23

Tints of Red Berry #741A23

Color information

#741A23 (or 0x741A23) is unknown color: approx Red Berry. HEX triplet: 74, 1A and 23. RGB value is (116,26,35). Sum of RGB (Red+Green+Blue) = 116+26+35=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #741A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A23 is #8BE5DC. Grayscale: #353535. Windows color (decimal): -9168349 or 2300532. OLE color: 2300532.

HSL color Cylindrical-coordinate representation of color #741A23: hue angle of 354º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741A23 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1162635-
CMYK00.780.700.55
HSL354º63.38%27.84%-
HSV(B)354º77.59%45.49%-
XYZ7.884.572.06-
YUV53.94117.32172.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.54%
GREEN value IS 26 (10.55% from 255) = 14.69%
BLUE value IS 35 (14.06% from 255) = 19.77%
R=65.54%
G=14.69%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116263500.780.700.5535463.3827.84
Hex741A2304E46371623f1c
Octal16432430116106675427734
Binary11101001101010001101001110100011011011110110001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741A23; }

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

 H1.HeaderClassName
 {
   color: #741A23;
 }
 .AnyTagClassName
 {
   color: #741A23;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #741A23;
 }
 .BgClassName
 {
   background-color: #741A23;
 }
</style>
border-color css

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

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

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