Html Css Color HEX #703328 Pueblo

📋 copy color: '#703328'

red 112 ◦ green 51 ◦ blue 40

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

Shades of Pueblo #703328

Tints of Pueblo #703328

RGB

 RED value IS 112 (44.14% from 255) = 55.17%

 GREEN value IS 51 (20.31% from 255) = 25.12%

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

R = 55.17%
G = 25.12%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#703328 (or 0x703328) is known color: Pueblo. HEX triplet: 70, 33 and 28. RGB value is (112,51,40). Sum of RGB (Red+Green+Blue) = 112+51+40=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #703328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703328 is #8FCCD7. Grayscale: #444444. Windows color (decimal): -9424088 or 2634608. OLE color: 2634608.

HSL color Cylindrical-coordinate representation of color #703328: hue angle of 9.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #703328 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 51 40 -
CMYK 0 0.54 0.64 0.56
HSL 9.17º 0.47% 0.3% -
HSV(B) 9.17º 0.64% 0.44% -
XYZ 8.25 5.97 2.72 -
YUV 67.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 112 51 40 0 0.54 0.64 0.56 9.17 0.47 0.3
Hex 70 33 28 0 36 40 38 9 2F 1E
Octal 160 63 50 0 66 100 70 11 57 36
Binary 1110000 110011 101000 0 110110 1000000 111000 1001 101111 11110

Color Harmonies of #703328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703328

Black with #703328

Text Example


Text Example

White with #703328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703328; }

 p { color: rgb(112,51,40); }

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

background-color css

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

 a { background-color: rgb(112,51,40); }

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

border-color css

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

 span { border-color: rgb(112,51,40); }

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