#621214

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

Shades of Pohutukawa #621214

Tints of Pohutukawa #621214

Color information

#621214 (or 0x621214) is unknown color: approx Pohutukawa. HEX triplet: 62, 12 and 14. RGB value is (98,18,20). Sum of RGB (Red+Green+Blue) = 98+18+20=136 (18% of max value = 765). Red value is 98 (38.67% from 255 or 72.06% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 98 - color contains mainly: red. Hex color #621214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621214 is #9DEDEB. Grayscale: #2A2A2A. Windows color (decimal): -10350060 or 1315426. OLE color: 1315426.

HSL color Cylindrical-coordinate representation of color #621214: hue angle of 358.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621214 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB981820-
CMYK00.820.800.62
HSL358.5º68.97%22.75%-
HSV(B)358.5º81.63%38.43%-
XYZ5.383.080.97-
YUV42.15115.5167.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 72.06%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 20 (8.20% from 255) = 14.71%
R=72.06%
G=13.24%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98182000.820.800.62358.568.9722.75
Hex621214052503E1664517
Octal142222401221207654610527
Binary11000101001010100010100101010000111110101100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621214; }

 p { color: rgb(98,18,20); }

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

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

 a { background-color: rgb(98,18,20); }

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

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

 span { border-color: rgb(98,18,20); }

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