#621C28

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

Shades of Pohutukawa #621C28

Tints of Pohutukawa #621C28

Color information

#621C28 (or 0x621C28) is unknown color: approx Pohutukawa. HEX triplet: 62, 1C and 28. RGB value is (98,28,40). Sum of RGB (Red+Green+Blue) = 98+28+40=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #621C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C28 is #9DE3D7. Grayscale: #323232. Windows color (decimal): -10347480 or 2628706. OLE color: 2628706.

HSL color Cylindrical-coordinate representation of color #621C28: hue angle of 349.71º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #621C28 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB982840-
CMYK00.710.590.62
HSL349.71º55.56%24.71%-
HSV(B)349.71º71.43%38.43%-
XYZ5.843.582.39-
YUV50.3122.19162.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 40 (16.02% from 255) = 24.10%
R=59.04%
G=16.87%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98284000.710.590.62349.7155.5624.71
Hex621C280473B3E15e3819
Octal1423450010773765367031
Binary1100010111001010000100011111101111111010101111011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621C28; }

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

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

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

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

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

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

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

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