#621A2A

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

Shades of Pohutukawa #621A2A

Tints of Pohutukawa #621A2A

Color information

#621A2A (or 0x621A2A) is unknown color: approx Pohutukawa. HEX triplet: 62, 1A and 2A. RGB value is (98,26,42). Sum of RGB (Red+Green+Blue) = 98+26+42=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #621A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A2A is #9DE5D5. Grayscale: #313131. Windows color (decimal): -10347990 or 2759266. OLE color: 2759266.

HSL color Cylindrical-coordinate representation of color #621A2A: hue angle of 346.67º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #621A2A is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB982642-
CMYK00.730.570.62
HSL346.67º58.06%24.31%-
HSV(B)346.67º73.47%38.43%-
XYZ5.823.52.56-
YUV49.35123.85162.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 26 (10.55% from 255) = 15.66%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=59.04%
G=15.66%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98264200.730.570.62346.6758.0624.31
Hex621A2A049393E15b3a18
Octal1423252011171765337230
Binary1100010110101010100100100111100111111010101101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,26,42); }

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

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

 a { background-color: rgb(98,26,42); }

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

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

 span { border-color: rgb(98,26,42); }

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