#620D28

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

Shades of Pohutukawa #620D28

Tints of Pohutukawa #620D28

Color information

#620D28 (or 0x620D28) is unknown color: approx Pohutukawa. HEX triplet: 62, 0D and 28. RGB value is (98,13,40). Sum of RGB (Red+Green+Blue) = 98+13+40=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #620D28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620D28 is #9DF2D7. Grayscale: #292929. Windows color (decimal): -10351320 or 2624866. OLE color: 2624866.

HSL color Cylindrical-coordinate representation of color #620D28: hue angle of 340.94º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #620D28 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB981340-
CMYK00.870.590.62
HSL340.94º76.58%21.76%-
HSV(B)340.94º86.73%38.43%-
XYZ5.563.042.3-
YUV41.49127.16168.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.90%
GREEN value IS 13 (5.47% from 255) = 8.61%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=64.90%
G=8.61%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98134000.870.590.62340.9476.5821.76
Hex62D280573B3E1554d16
Octal14215500127737652511526
Binary1100010110110100001010111111011111110101010101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620D28; }

 p { color: rgb(98,13,40); }

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

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

 a { background-color: rgb(98,13,40); }

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

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

 span { border-color: rgb(98,13,40); }

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