#630F14

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

Shades of Pohutukawa #630F14

Tints of Pohutukawa #630F14

Color information

#630F14 (or 0x630F14) is unknown color: approx Pohutukawa. HEX triplet: 63, 0F and 14. RGB value is (99,15,20). Sum of RGB (Red+Green+Blue) = 99+15+20=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #630F14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630F14 is #9CF0EB. Grayscale: #282828. Windows color (decimal): -10285292 or 1314659. OLE color: 1314659.

HSL color Cylindrical-coordinate representation of color #630F14: hue angle of 356.43º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #630F14 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB991520-
CMYK00.850.800.61
HSL356.43º73.68%22.35%-
HSV(B)356.43º84.85%38.82%-
XYZ5.443.040.96-
YUV40.69116.33169.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.88%
GREEN value IS 15 (6.25% from 255) = 11.19%
BLUE value IS 20 (8.20% from 255) = 14.93%
R=73.88%
G=11.19%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99152000.850.800.61356.4373.6822.35
Hex63F14055503D1644a16
Octal143172401251207554411226
Binary1100011111110100010101011010000111101101100100100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630F14; }

 p { color: rgb(99,15,20); }

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

<style>
 a { background-color: #630F14; }

 a { background-color: rgb(99,15,20); }

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

<style>
 span { border-color: #630F14; }

 span { border-color: rgb(99,15,20); }

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