Html Css Color HEX #741023 Red Berry

📋 copy color: '#741023'

red 116 ◦ green 16 ◦ blue 35

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

Shades of Red Berry #741023

Tints of Red Berry #741023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.58%

 BLUE value IS 35 (14.06% from 255) = 20.96%

R = 69.46%
G = 9.58%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#741023 (or 0x741023) is known color: Red Berry. HEX triplet: 74, 10 and 23. RGB value is (116,16,35). Sum of RGB (Red+Green+Blue) = 116+16+35=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #741023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741023 is #8BEFDC. Grayscale: #303030. Windows color (decimal): -9170909 or 2297972. OLE color: 2297972.

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

Color convert

RGB 116 16 35 -
CMYK 0 0.86 0.70 0.55
HSL 348.6º 0.76% 0.26% -
HSV(B) 348.6º 0.86% 0.45% -
XYZ 7.69 4.2 2 -
YUV 48.07 120.63 176.46 -
System Red Green Blue C M Y K H S L
Decimal 116 16 35 0 0.86 0.70 0.55 348.6 0.76 0.26
Hex 74 10 23 0 56 46 37 15D 4C 1A
Octal 164 20 43 0 126 106 67 535 114 32
Binary 1110100 10000 100011 0 1010110 1000110 110111 101011101 1001100 11010

Color Harmonies of #741023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741023

Black with #741023

Text Example


Text Example

White with #741023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741023; }

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

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

background-color css

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

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

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

border-color css

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

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

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