#621B2E

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

Shades of Pohutukawa #621B2E

Tints of Pohutukawa #621B2E

Color information

#621B2E (or 0x621B2E) is unknown color: approx Pohutukawa. HEX triplet: 62, 1B and 2E. RGB value is (98,27,46). Sum of RGB (Red+Green+Blue) = 98+27+46=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #621B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B2E is #9DE4D1. Grayscale: #323232. Windows color (decimal): -10347730 or 3021666. OLE color: 3021666.

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

Color convert

RGB982746-
CMYK00.720.530.62
HSL343.94º56.8%24.51%-
HSV(B)343.94º72.45%38.43%-
XYZ5.923.582.96-
YUV50.4125.52161.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.31%
GREEN value IS 27 (10.94% from 255) = 15.79%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=57.31%
G=15.79%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98274600.720.530.62343.9456.824.51
Hex621B2E048353E1583919
Octal1423356011065765307131
Binary1100010110111011100100100011010111111010101100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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