#621F2E

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

Shades of Pohutukawa #621F2E

Tints of Pohutukawa #621F2E

Color information

#621F2E (or 0x621F2E) is unknown color: approx Pohutukawa. HEX triplet: 62, 1F and 2E. RGB value is (98,31,46). Sum of RGB (Red+Green+Blue) = 98+31+46=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #621F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621F2E is #9DE0D1. Grayscale: #343434. Windows color (decimal): -10346706 or 3022690. OLE color: 3022690.

HSL color Cylindrical-coordinate representation of color #621F2E: hue angle of 346.57º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #621F2E is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB983146-
CMYK00.680.530.62
HSL346.57º51.94%25.29%-
HSV(B)346.57º68.37%38.43%-
XYZ6.023.773-
YUV52.74124.2160.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56%
GREEN value IS 31 (12.5% from 255) = 17.71%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=56%
G=17.71%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98314600.680.530.62346.5751.9425.29
Hex621F2E044353E15b3419
Octal1423756010465765336431
Binary1100010111111011100100010011010111111010101101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,31,46); }

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

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

 a { background-color: rgb(98,31,46); }

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

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

 span { border-color: rgb(98,31,46); }

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