#620722

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

Shades of Pohutukawa #620722

Tints of Pohutukawa #620722

Color information

#620722 (or 0x620722) is unknown color: approx Pohutukawa. HEX triplet: 62, 07 and 22. RGB value is (98,7,34). Sum of RGB (Red+Green+Blue) = 98+7+34=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #620722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620722 is #9DF8DD. Grayscale: #252525. Windows color (decimal): -10352862 or 2230114. OLE color: 2230114.

HSL color Cylindrical-coordinate representation of color #620722: hue angle of 342.2º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620722 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB98734-
CMYK00.930.650.62
HSL342.2º86.67%20.59%-
HSV(B)342.2º92.86%38.43%-
XYZ5.42.861.78-
YUV37.29126.15171.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70.50%
GREEN value IS 7 (3.12% from 255) = 5.04%
BLUE value IS 34 (13.67% from 255) = 24.46%
R=70.50%
G=5.04%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9873400.930.650.62342.286.6720.59
Hex6272205D413E1565715
Octal14274201351017652612725
Binary1100010111100010010111011000001111110101010110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620722; }

 p { color: rgb(98,7,34); }

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

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

 a { background-color: rgb(98,7,34); }

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

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

 span { border-color: rgb(98,7,34); }

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