#621012

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

Shades of Pohutukawa #621012

Tints of Pohutukawa #621012

Color information

#621012 (or 0x621012) is unknown color: approx Pohutukawa. HEX triplet: 62, 10 and 12. RGB value is (98,16,18). Sum of RGB (Red+Green+Blue) = 98+16+18=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #621012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621012 is #9DEFED. Grayscale: #282828. Windows color (decimal): -10350574 or 1183842. OLE color: 1183842.

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

Color convert

RGB981618-
CMYK00.840.820.62
HSL358.54º71.93%22.35%-
HSV(B)358.54º83.67%38.43%-
XYZ5.333.010.87-
YUV40.75115.17168.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 74.24%
GREEN value IS 16 (6.64% from 255) = 12.12%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=74.24%
G=12.12%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98161800.840.820.62358.5471.9322.35
Hex621012054523E1674816
Octal142202201241227654711026
Binary11000101000010010010101001010010111110101100111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621012; }

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

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

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

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

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

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

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

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