#621828

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

Shades of Pohutukawa #621828

Tints of Pohutukawa #621828

Color information

#621828 (or 0x621828) is unknown color: approx Pohutukawa. HEX triplet: 62, 18 and 28. RGB value is (98,24,40). Sum of RGB (Red+Green+Blue) = 98+24+40=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #621828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621828 is #9DE7D7. Grayscale: #2F2F2F. Windows color (decimal): -10348504 or 2627682. OLE color: 2627682.

HSL color Cylindrical-coordinate representation of color #621828: hue angle of 347.03º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #621828 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB982440-
CMYK00.760.590.62
HSL347.03º60.66%23.92%-
HSV(B)347.03º75.51%38.43%-
XYZ5.753.42.36-
YUV47.95123.52163.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.49%
GREEN value IS 24 (9.77% from 255) = 14.81%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=60.49%
G=14.81%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98244000.760.590.62347.0360.6623.92
Hex62182804C3B3E15b3d18
Octal1423050011473765337530
Binary1100010110001010000100110011101111111010101101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621828; }

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

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

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

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

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

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

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

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