#620827

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

Shades of Pohutukawa #620827

Tints of Pohutukawa #620827

Color information

#620827 (or 0x620827) is unknown color: approx Pohutukawa. HEX triplet: 62, 08 and 27. RGB value is (98,8,39). Sum of RGB (Red+Green+Blue) = 98+8+39=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #620827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620827 is #9DF7D8. Grayscale: #262626. Windows color (decimal): -10352601 or 2558050. OLE color: 2558050.

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

Color convert

RGB98839-
CMYK00.920.600.62
HSL339.33º84.91%20.78%-
HSV(B)339.33º91.84%38.43%-
XYZ5.492.922.19-
YUV38.44128.32170.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.59%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 39 (15.62% from 255) = 26.90%
R=67.59%
G=5.52%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9883900.920.600.62339.3384.9120.78
Hex6282705C3C3E1535515
Octal14210470134747652312525
Binary1100010100010011101011100111100111110101010011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620827; }

 p { color: rgb(98,8,39); }

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

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

 a { background-color: rgb(98,8,39); }

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

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

 span { border-color: rgb(98,8,39); }

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