#630F1A

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

Shades of Pohutukawa #630F1A

Tints of Pohutukawa #630F1A

Color information

#630F1A (or 0x630F1A) is unknown color: approx Pohutukawa. HEX triplet: 63, 0F and 1A. RGB value is (99,15,26). Sum of RGB (Red+Green+Blue) = 99+15+26=140 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.71% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 99 - color contains mainly: red. Hex color #630F1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F1A is #9CF0E5. Grayscale: #292929. Windows color (decimal): -10285286 or 1707875. OLE color: 1707875.

HSL color Cylindrical-coordinate representation of color #630F1A: hue angle of 352.14º 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 #630F1A is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB991526-
CMYK00.850.740.61
HSL352.14º73.68%22.35%-
HSV(B)352.14º84.85%38.82%-
XYZ5.53.071.28-
YUV41.37119.33169.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 70.71%
GREEN value IS 15 (6.25% from 255) = 10.71%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=70.71%
G=10.71%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99152600.850.740.61352.1473.6822.35
Hex63F1A0554A3D1604a16
Octal143173201251127554011226
Binary1100011111111010010101011001010111101101100000100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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