#620B0D

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

Shades of Pohutukawa #620B0D

Tints of Pohutukawa #620B0D

Color information

#620B0D (or 0x620B0D) is unknown color: approx Pohutukawa. HEX triplet: 62, 0B and 0D. RGB value is (98,11,13). Sum of RGB (Red+Green+Blue) = 98+11+13=122 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.33% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 98 - color contains mainly: red. Hex color #620B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620B0D is #9DF4F2. Grayscale: #252525. Windows color (decimal): -10351859 or 854882. OLE color: 854882.

HSL color Cylindrical-coordinate representation of color #620B0D: hue angle of 358.62º 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 #620B0D is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB981113-
CMYK00.890.870.62
HSL358.62º79.82%21.37%-
HSV(B)358.62º88.78%38.43%-
XYZ5.232.870.66-
YUV37.24114.32171.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 80.33%
GREEN value IS 11 (4.69% from 255) = 9.02%
BLUE value IS 13 (5.47% from 255) = 10.66%
R=80.33%
G=9.02%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98111300.890.870.62358.6279.8221.37
Hex62BD059573E1675015
Octal142131501311277654712025
Binary110001010111101010110011010111111110101100111101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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