Html Css Color HEX #833230 Tall Poppy

📋 copy color: '#833230'

red 131 ◦ green 50 ◦ blue 48

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

Shades of Tall Poppy #833230

Tints of Tall Poppy #833230

RGB

 RED value IS 131 (51.56% from 255) = 57.21%

 GREEN value IS 50 (19.92% from 255) = 21.83%

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

R = 57.21%
G = 21.83%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#833230 (or 0x833230) is known color: Tall Poppy. HEX triplet: 83, 32 and 30. RGB value is (131,50,48). Sum of RGB (Red+Green+Blue) = 131+50+48=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #833230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833230 is #7CCDCF. Grayscale: #4A4A4A. Windows color (decimal): -8179152 or 3158659. OLE color: 3158659.

HSL color Cylindrical-coordinate representation of color #833230: hue angle of 1.45º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833230 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 50 48 -
CMYK 0 0.62 0.63 0.49
HSL 1.45º 0.46% 0.35% -
HSV(B) 1.45º 0.63% 0.51% -
XYZ 11.03 7.32 3.63 -
YUV 73.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 131 50 48 0 0.62 0.63 0.49 1.45 0.46 0.35
Hex 83 32 30 0 3E 3F 31 1 2E 23
Octal 203 62 60 0 76 77 61 1 56 43
Binary 10000011 110010 110000 0 111110 111111 110001 1 101110 100011

Color Harmonies of #833230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833230

Black with #833230

Text Example


Text Example

White with #833230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833230; }

 p { color: rgb(131,50,48); }

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

background-color css

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

 a { background-color: rgb(131,50,48); }

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

border-color css

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

 span { border-color: rgb(131,50,48); }

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