Html Css Color HEX #712B1F Pueblo

📋 copy color: '#712B1F'

red 113 ◦ green 43 ◦ blue 31

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

Shades of Pueblo #712B1F

Tints of Pueblo #712B1F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.99%

 BLUE value IS 31 (12.5% from 255) = 16.58%

R = 60.43%
G = 22.99%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#712B1F (or 0x712B1F) is known color: Pueblo. HEX triplet: 71, 2B and 1F. RGB value is (113,43,31). Sum of RGB (Red+Green+Blue) = 113+43+31=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #712B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712B1F is #8ED4E0. Grayscale: #3E3E3E. Windows color (decimal): -9360609 or 2042737. OLE color: 2042737.

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

Color convert

RGB 113 43 31 -
CMYK 0 0.62 0.73 0.56
HSL 8.78º 0.57% 0.28% -
HSV(B) 8.78º 0.73% 0.44% -
XYZ 7.92 5.34 1.91 -
YUV 62.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 113 43 31 0 0.62 0.73 0.56 8.78 0.57 0.28
Hex 71 2B 1F 0 3E 49 38 9 39 1C
Octal 161 53 37 0 76 111 70 11 71 34
Binary 1110001 101011 11111 0 111110 1001001 111000 1001 111001 11100

Color Harmonies of #712B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712B1F

Black with #712B1F

Text Example


Text Example

White with #712B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712B1F; }

 p { color: rgb(113,43,31); }

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

background-color css

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

 a { background-color: rgb(113,43,31); }

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

border-color css

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

 span { border-color: rgb(113,43,31); }

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