Html Css Color HEX #712023 Red Berry

📋 copy color: '#712023'

red 113 ◦ green 32 ◦ blue 35

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

Shades of Red Berry #712023

Tints of Red Berry #712023

RGB

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

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

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

R = 62.78%
G = 17.78%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#712023 (or 0x712023) is known color: Red Berry. HEX triplet: 71, 20 and 23. RGB value is (113,32,35). Sum of RGB (Red+Green+Blue) = 113+32+35=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #712023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712023 is #8EDFDC. Grayscale: #383838. Windows color (decimal): -9363421 or 2302065. OLE color: 2302065.

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

Color convert

RGB 113 32 35 -
CMYK 0 0.72 0.69 0.56
HSL 357.78º 0.56% 0.28% -
HSV(B) 357.78º 0.72% 0.44% -
XYZ 7.63 4.67 2.09 -
YUV 56.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 113 32 35 0 0.72 0.69 0.56 357.78 0.56 0.28
Hex 71 20 23 0 48 45 38 166 38 1C
Octal 161 40 43 0 110 105 70 546 70 34
Binary 1110001 100000 100011 0 1001000 1000101 111000 101100110 111000 11100

Color Harmonies of #712023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712023

Black with #712023

Text Example


Text Example

White with #712023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712023; }

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

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

background-color css

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

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

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

border-color css

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

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

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