#621B23

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

Shades of Pohutukawa #621B23

Tints of Pohutukawa #621B23

Color information

#621B23 (or 0x621B23) is unknown color: approx Pohutukawa. HEX triplet: 62, 1B and 23. RGB value is (98,27,35). Sum of RGB (Red+Green+Blue) = 98+27+35=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 35 (14.06% from 255 or 21.88% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #621B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B23 is #9DE4DC. Grayscale: #313131. Windows color (decimal): -10347741 or 2300770. OLE color: 2300770.

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

Color convert

RGB982735-
CMYK00.720.640.62
HSL353.24º56.8%24.51%-
HSV(B)353.24º72.45%38.43%-
XYZ5.733.51.96-
YUV49.14120.02162.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.25%
GREEN value IS 27 (10.94% from 255) = 16.88%
BLUE value IS 35 (14.06% from 255) = 21.88%
R=61.25%
G=16.88%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98273500.720.640.62353.2456.824.51
Hex621B23048403E1613919
Octal14233430110100765417131
Binary11000101101110001101001000100000011111010110000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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