#621A23

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

Shades of Pohutukawa #621A23

Tints of Pohutukawa #621A23

Color information

#621A23 (or 0x621A23) is unknown color: approx Pohutukawa. HEX triplet: 62, 1A and 23. RGB value is (98,26,35). Sum of RGB (Red+Green+Blue) = 98+26+35=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #621A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A23 is #9DE5DC. Grayscale: #303030. Windows color (decimal): -10347997 or 2300514. OLE color: 2300514.

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

Color convert

RGB982635-
CMYK00.730.640.62
HSL352.5º58.06%24.31%-
HSV(B)352.5º73.47%38.43%-
XYZ5.713.461.96-
YUV48.55120.35163.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.64%
GREEN value IS 26 (10.55% from 255) = 16.35%
BLUE value IS 35 (14.06% from 255) = 22.01%
R=61.64%
G=16.35%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98263500.730.640.62352.558.0624.31
Hex621A23049403E1603a18
Octal14232430111100765407230
Binary11000101101010001101001001100000011111010110000011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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