Html Css Color HEX #712428 Red Berry

📋 copy color: '#712428'

red 113 ◦ green 36 ◦ blue 40

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

Shades of Red Berry #712428

Tints of Red Berry #712428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.05%

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

R = 59.79%
G = 19.05%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#712428 (or 0x712428) is known color: Red Berry. HEX triplet: 71, 24 and 28. RGB value is (113,36,40). Sum of RGB (Red+Green+Blue) = 113+36+40=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #712428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712428 is #8EDBD7. Grayscale: #3B3B3B. Windows color (decimal): -9362392 or 2630769. OLE color: 2630769.

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

Color convert

RGB 113 36 40 -
CMYK 0 0.68 0.65 0.56
HSL 356.88º 0.52% 0.29% -
HSV(B) 356.88º 0.68% 0.44% -
XYZ 7.82 4.93 2.55 -
YUV 59.48 117.01 166.17 -
System Red Green Blue C M Y K H S L
Decimal 113 36 40 0 0.68 0.65 0.56 356.88 0.52 0.29
Hex 71 24 28 0 44 41 38 165 34 1D
Octal 161 44 50 0 104 101 70 545 64 35
Binary 1110001 100100 101000 0 1000100 1000001 111000 101100101 110100 11101

Color Harmonies of #712428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712428

Black with #712428

Text Example


Text Example

White with #712428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712428; }

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

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

background-color css

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

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

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

border-color css

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

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

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