Html Css Color HEX #873330 Tall Poppy

📋 copy color: '#873330'

red 135 ◦ green 51 ◦ blue 48

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

Shades of Tall Poppy #873330

Tints of Tall Poppy #873330

RGB

 RED value IS 135 (53.13% from 255) = 57.69%

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

 BLUE value IS 48 (19.14% from 255) = 20.51%

R = 57.69%
G = 21.79%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#873330 (or 0x873330) is known color: Tall Poppy. HEX triplet: 87, 33 and 30. RGB value is (135,51,48). Sum of RGB (Red+Green+Blue) = 135+51+48=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #873330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873330 is #78CCCF. Grayscale: #4B4B4B. Windows color (decimal): -7916752 or 3158919. OLE color: 3158919.

HSL color Cylindrical-coordinate representation of color #873330: hue angle of 2.07º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873330 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 51 48 -
CMYK 0 0.62 0.64 0.47
HSL 2.07º 0.48% 0.36% -
HSV(B) 2.07º 0.64% 0.53% -
XYZ 11.71 7.73 3.67 -
YUV 75.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 135 51 48 0 0.62 0.64 0.47 2.07 0.48 0.36
Hex 87 33 30 0 3E 40 2F 2 30 24
Octal 207 63 60 0 76 100 57 2 60 44
Binary 10000111 110011 110000 0 111110 1000000 101111 10 110000 100100

Color Harmonies of #873330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873330

Black with #873330

Text Example


Text Example

White with #873330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873330; }

 p { color: rgb(135,51,48); }

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

background-color css

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

 a { background-color: rgb(135,51,48); }

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

border-color css

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

 span { border-color: rgb(135,51,48); }

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