#63080A

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

Shades of Pohutukawa #63080A

Tints of Pohutukawa #63080A

Color information

#63080A (or 0x63080A) is unknown color: approx Pohutukawa. HEX triplet: 63, 08 and 0A. RGB value is (99,8,10). Sum of RGB (Red+Green+Blue) = 99+8+10=117 (15% of max value = 765). Red value is 99 (39.06% from 255 or 84.62% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 99 - color contains mainly: red. Hex color #63080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63080A is #9CF7F5. Grayscale: #232323. Windows color (decimal): -10287094 or 657507. OLE color: 657507.

HSL color Cylindrical-coordinate representation of color #63080A: hue angle of 358.68º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63080A is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB99810-
CMYK00.920.900.61
HSL358.68º85.05%20.98%-
HSV(B)358.68º91.92%38.82%-
XYZ5.292.850.56-
YUV35.44113.65173.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 84.62%
GREEN value IS 8 (3.52% from 255) = 6.84%
BLUE value IS 10 (4.30% from 255) = 8.55%
R=84.62%
G=6.84%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9981000.920.900.61358.6885.0520.98
Hex638A05C5A3D1675515
Octal143101201341327554712525
Binary110001110001010010111001011010111101101100111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63080A; }

 p { color: rgb(99,8,10); }

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

<style>
 a { background-color: #63080A; }

 a { background-color: rgb(99,8,10); }

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

<style>
 span { border-color: #63080A; }

 span { border-color: rgb(99,8,10); }

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