#621F23

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

Shades of Pohutukawa #621F23

Tints of Pohutukawa #621F23

Color information

#621F23 (or 0x621F23) is unknown color: approx Pohutukawa. HEX triplet: 62, 1F and 23. RGB value is (98,31,35). Sum of RGB (Red+Green+Blue) = 98+31+35=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #621F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621F23 is #9DE0DC. Grayscale: #333333. Windows color (decimal): -10346717 or 2301794. OLE color: 2301794.

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

Color convert

RGB983135-
CMYK00.680.640.62
HSL356.42º51.94%25.29%-
HSV(B)356.42º68.37%38.43%-
XYZ5.833.72-
YUV51.49118.7161.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.76%
GREEN value IS 31 (12.5% from 255) = 18.90%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=59.76%
G=18.90%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98313500.680.640.62356.4251.9425.29
Hex621F23044403E1643419
Octal14237430104100765446431
Binary11000101111110001101000100100000011111010110010011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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