Html Css Color HEX #742023 Red Berry

📋 copy color: '#742023'

red 116 ◦ green 32 ◦ blue 35

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

Shades of Red Berry #742023

Tints of Red Berry #742023

RGB

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

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

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

R = 63.39%
G = 17.49%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#742023 (or 0x742023) is known color: Red Berry. HEX triplet: 74, 20 and 23. RGB value is (116,32,35). Sum of RGB (Red+Green+Blue) = 116+32+35=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #742023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742023 is #8BDFDC. Grayscale: #393939. Windows color (decimal): -9166813 or 2302068. OLE color: 2302068.

HSL color Cylindrical-coordinate representation of color #742023: hue angle of 357.86º 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 #742023 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 35 -
CMYK 0 0.72 0.70 0.55
HSL 357.86º 0.57% 0.29% -
HSV(B) 357.86º 0.72% 0.45% -
XYZ 8.02 4.87 2.11 -
YUV 57.46 115.33 169.76 -
System Red Green Blue C M Y K H S L
Decimal 116 32 35 0 0.72 0.70 0.55 357.86 0.57 0.29
Hex 74 20 23 0 48 46 37 166 39 1D
Octal 164 40 43 0 110 106 67 546 71 35
Binary 1110100 100000 100011 0 1001000 1000110 110111 101100110 111001 11101

Color Harmonies of #742023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742023

Black with #742023

Text Example


Text Example

White with #742023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742023; }

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

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

background-color css

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

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

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

border-color css

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

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

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