Html Css Color HEX #712328 Red Berry

📋 copy color: '#712328'

red 113 ◦ green 35 ◦ blue 40

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

Shades of Red Berry #712328

Tints of Red Berry #712328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.28%

R = 60.11%
G = 18.62%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#712328 (or 0x712328) is known color: Red Berry. HEX triplet: 71, 23 and 28. RGB value is (113,35,40). Sum of RGB (Red+Green+Blue) = 113+35+40=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #712328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712328 is #8EDCD7. Grayscale: #3A3A3A. Windows color (decimal): -9362648 or 2630513. OLE color: 2630513.

HSL color Cylindrical-coordinate representation of color #712328: hue angle of 356.15º 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 #712328 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 35 40 -
CMYK 0 0.69 0.65 0.56
HSL 356.15º 0.53% 0.29% -
HSV(B) 356.15º 0.69% 0.44% -
XYZ 7.79 4.87 2.54 -
YUV 58.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 113 35 40 0 0.69 0.65 0.56 356.15 0.53 0.29
Hex 71 23 28 0 45 41 38 164 35 1D
Octal 161 43 50 0 105 101 70 544 65 35
Binary 1110001 100011 101000 0 1000101 1000001 111000 101100100 110101 11101

Color Harmonies of #712328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712328

Black with #712328

Text Example


Text Example

White with #712328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712328; }

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

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

background-color css

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

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

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

border-color css

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

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

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