#621314

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

Shades of Pohutukawa #621314

Tints of Pohutukawa #621314

Color information

#621314 (or 0x621314) is unknown color: approx Pohutukawa. HEX triplet: 62, 13 and 14. RGB value is (98,19,20). Sum of RGB (Red+Green+Blue) = 98+19+20=137 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.53% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 98 - color contains mainly: red. Hex color #621314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621314 is #9DECEB. Grayscale: #2A2A2A. Windows color (decimal): -10349804 or 1315682. OLE color: 1315682.

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

Color convert

RGB981920-
CMYK00.810.800.62
HSL359.24º67.52%22.94%-
HSV(B)359.24º80.61%38.43%-
XYZ5.43.110.98-
YUV42.74115.17167.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.53%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=71.53%
G=13.87%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98192000.810.800.62359.2467.5222.94
Hex621314051503E1674417
Octal142232401211207654710427
Binary11000101001110100010100011010000111110101100111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621314; }

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

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

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

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

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

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

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

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