#620B23

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

Shades of Pohutukawa #620B23

Tints of Pohutukawa #620B23

Color information

#620B23 (or 0x620B23) is unknown color: approx Pohutukawa. HEX triplet: 62, 0B and 23. RGB value is (98,11,35). Sum of RGB (Red+Green+Blue) = 98+11+35=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #620B23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620B23 is #9DF4DC. Grayscale: #272727. Windows color (decimal): -10351837 or 2296674. OLE color: 2296674.

HSL color Cylindrical-coordinate representation of color #620B23: hue angle of 343.45º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620B23 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB981135-
CMYK00.890.640.62
HSL343.45º79.82%21.37%-
HSV(B)343.45º88.78%38.43%-
XYZ5.462.961.87-
YUV39.75125.32169.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.06%
GREEN value IS 11 (4.69% from 255) = 7.64%
BLUE value IS 35 (14.06% from 255) = 24.31%
R=68.06%
G=7.64%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98113500.890.640.62343.4579.8221.37
Hex62B23059403E1575015
Octal142134301311007652712025
Binary11000101011100011010110011000000111110101010111101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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