Html Css Color HEX #712126 Red Berry

📋 copy color: '#712126'

red 113 ◦ green 33 ◦ blue 38

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

Shades of Red Berry #712126

Tints of Red Berry #712126

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

 BLUE value IS 38 (15.23% from 255) = 20.65%

R = 61.41%
G = 17.93%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#712126 (or 0x712126) is known color: Red Berry. HEX triplet: 71, 21 and 26. RGB value is (113,33,38). Sum of RGB (Red+Green+Blue) = 113+33+38=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #712126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712126 is #8EDED9. Grayscale: #393939. Windows color (decimal): -9363162 or 2498929. OLE color: 2498929.

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

Color convert

RGB 113 33 38 -
CMYK 0 0.71 0.66 0.56
HSL 356.25º 0.55% 0.29% -
HSV(B) 356.25º 0.71% 0.44% -
XYZ 7.7 4.74 2.34 -
YUV 57.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 113 33 38 0 0.71 0.66 0.56 356.25 0.55 0.29
Hex 71 21 26 0 47 42 38 164 37 1D
Octal 161 41 46 0 107 102 70 544 67 35
Binary 1110001 100001 100110 0 1000111 1000010 111000 101100100 110111 11101

Color Harmonies of #712126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712126

Black with #712126

Text Example


Text Example

White with #712126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712126; }

 p { color: rgb(113,33,38); }

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

background-color css

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

 a { background-color: rgb(113,33,38); }

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

border-color css

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

 span { border-color: rgb(113,33,38); }

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