#621B1E

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

Shades of Pohutukawa #621B1E

Tints of Pohutukawa #621B1E

Color information

#621B1E (or 0x621B1E) is unknown color: approx Pohutukawa. HEX triplet: 62, 1B and 1E. RGB value is (98,27,30). Sum of RGB (Red+Green+Blue) = 98+27+30=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #621B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B1E is #9DE4E1. Grayscale: #303030. Windows color (decimal): -10347746 or 1973090. OLE color: 1973090.

HSL color Cylindrical-coordinate representation of color #621B1E: hue angle of 357.46º 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 #621B1E is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB982730-
CMYK00.720.690.62
HSL357.46º56.8%24.51%-
HSV(B)357.46º72.45%38.43%-
XYZ5.663.471.6-
YUV48.57117.52163.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.23%
GREEN value IS 27 (10.94% from 255) = 17.42%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=63.23%
G=17.42%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98273000.720.690.62357.4656.824.51
Hex621B1E048453E1653919
Octal14233360110105765457131
Binary1100010110111111001001000100010111111010110010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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