Html Css Color HEX #712329 Red Berry

📋 copy color: '#712329'

red 113 ◦ green 35 ◦ blue 41

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

Shades of Red Berry #712329

Tints of Red Berry #712329

RGB

 RED value IS 113 (44.53% from 255) = 59.79%

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

 BLUE value IS 41 (16.41% from 255) = 21.69%

R = 59.79%
G = 18.52%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#712329 (or 0x712329) is known color: Red Berry. HEX triplet: 71, 23 and 29. RGB value is (113,35,41). Sum of RGB (Red+Green+Blue) = 113+35+41=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #712329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712329 is #8EDCD6. Grayscale: #3B3B3B. Windows color (decimal): -9362647 or 2696049. OLE color: 2696049.

HSL color Cylindrical-coordinate representation of color #712329: hue angle of 355.38º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #712329 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 35 41 -
CMYK 0 0.69 0.64 0.56
HSL 355.38º 0.53% 0.29% -
HSV(B) 355.38º 0.69% 0.44% -
XYZ 7.81 4.87 2.63 -
YUV 59.01 117.84 166.51 -
System Red Green Blue C M Y K H S L
Decimal 113 35 41 0 0.69 0.64 0.56 355.38 0.53 0.29
Hex 71 23 29 0 45 40 38 163 35 1D
Octal 161 43 51 0 105 100 70 543 65 35
Binary 1110001 100011 101001 0 1000101 1000000 111000 101100011 110101 11101

Color Harmonies of #712329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712329

Black with #712329

Text Example


Text Example

White with #712329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712329; }

 p { color: rgb(113,35,41); }

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

background-color css

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

 a { background-color: rgb(113,35,41); }

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

border-color css

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

 span { border-color: rgb(113,35,41); }

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