#682122

Color #682122 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #682122

Tints of Pohutukawa #682122

Color information

#682122 (or 0x682122) is unknown color: approx Pohutukawa. HEX triplet: 68, 21 and 22. RGB value is (104,33,34). Sum of RGB (Red+Green+Blue) = 104+33+34=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #682122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682122 is #97DEDD. Grayscale: #363636. Windows color (decimal): -9952990 or 2236776. OLE color: 2236776.

HSL color Cylindrical-coordinate representation of color #682122: hue angle of 359.15º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #682122 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB1043334-
CMYK00.680.670.59
HSL359.15º51.82%26.86%-
HSV(B)359.15º68.27%40.78%-
XYZ6.544.151.97-
YUV54.34116.52163.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.82%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 34 (13.67% from 255) = 19.88%
R=60.82%
G=19.30%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104333400.680.670.59359.1551.8226.86
Hex682122044433B167341b
Octal15041420104103735476433
Binary110100010000110001001000100100001111101110110011111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682122; }

 p { color: rgb(104,33,34); }

 H1.HeaderClassName
 {
   color: #682122;
 }
 .AnyTagClassName
 {
   color: #682122;
 }
</style>
background-color css

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

 a { background-color: rgb(104,33,34); }

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

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

 span { border-color: rgb(104,33,34); }

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